AI Prompts & Agents: Difference between revisions
Appearance
Created page with "{| class="wikitable" style="margin-right: 0px; margin-left: auto;" width="400px" | Category: Programming + AI |- | <DynamicPageList> category = Programming category = AI shownamespace = false ordermethod = sortkey order = ascending </DynamicPageList> |} Category:Programming Category:AI" |
mNo edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
|} | |} | ||
== Sub Agents (Claude Code) == | |||
* https://github.com/wshobson/agents | |||
* https://github.com/solatis/claude-config/tree/main/agents | |||
* https://github.com/davepoon/claude-code-subagents-collection/tree/main/subagents | |||
* https://github.com/VoltAgent/awesome-claude-code-subagents | |||
* https://github.com/iannuttall/claude-agents | |||
* https://github.com/0xfurai/claude-code-subagents | |||
* https://www.databricks.com/blog/passing-security-vibe-check-dangers-vibe-coding (Security) | |||
=== Videos === | |||
* https://www.youtube.com/watch?v=lefhFulQCXw | |||
*https://www.youtube.com/watch?v=LCYBVpSB0Wo (AI Jason) | |||
<pre> | |||
Initial idea: Task Manager + Frontend + Backend -> Communication problems between frontend and backend | |||
Better: | |||
- Specialists for each topic (shadcn, vercel, stripe, ...) | |||
- Context sharing between agents via files Share global task.md with subagents, save agent work as work.md, | |||
task manager should request work output as work.md | |||
- Subagent.md: | |||
Goal, Analysis and planning, Code quality standards, Output format, Rules | |||
</pre> | |||
[[Category:Programming]] | [[Category:Programming]] | ||
[[Category:AI]] | [[Category:AI]] | ||
Latest revision as of 18:15, 16 August 2025
| Category: Programming + AI |
Sub Agents (Claude Code)
- https://github.com/wshobson/agents
- https://github.com/solatis/claude-config/tree/main/agents
- https://github.com/davepoon/claude-code-subagents-collection/tree/main/subagents
- https://github.com/VoltAgent/awesome-claude-code-subagents
- https://github.com/iannuttall/claude-agents
- https://github.com/0xfurai/claude-code-subagents
- https://www.databricks.com/blog/passing-security-vibe-check-dangers-vibe-coding (Security)
Videos
Initial idea: Task Manager + Frontend + Backend -> Communication problems between frontend and backend Better: - Specialists for each topic (shadcn, vercel, stripe, ...) - Context sharing between agents via files Share global task.md with subagents, save agent work as work.md, task manager should request work output as work.md - Subagent.md: Goal, Analysis and planning, Code quality standards, Output format, Rules