Skip to content

Commit a0c85fb

Browse files
sjnimsclaude
andcommitted
feat(agent-development): add cross-references to related skills
Add navigation cross-references in the component comparison section to help users discover related skill development and command development skills when reading about component type choices. Fixes #18 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 41f7c8b commit a0c85fb

File tree

1 file changed

+6
-0
lines changed
  • plugins/plugin-dev/skills/agent-development

1 file changed

+6
-0
lines changed

plugins/plugin-dev/skills/agent-development/SKILL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Agents are autonomous subprocesses that handle complex, multi-step tasks indepen
2424
| **Commands** | User-initiated actions | Explicit `/command` invocation | `/deploy production` |
2525
| **Skills** | Knowledge and guidance | Model-invoked based on context | Domain expertise for PDF processing |
2626

27+
> **See also:** For command development, load the `command-development` skill. For skill development, load the `skill-development` skill.
28+
2729
### Choose Agents When
2830

2931
- Task requires autonomous, multi-step execution
@@ -38,13 +40,17 @@ Agents are autonomous subprocesses that handle complex, multi-step tasks indepen
3840
- Action should not happen automatically
3941
- Workflow requires user confirmation at each step
4042

43+
For command development guidance, see the `command-development` skill.
44+
4145
### Choose Skills When
4246

4347
- Providing knowledge or procedural guidance
4448
- Extending Claude's domain expertise
4549
- No autonomous execution needed
4650
- Information should be available contextually on-demand
4751

52+
For skill development guidance, see the `skill-development` skill.
53+
4854
## Agent File Structure
4955

5056
### Complete Format

0 commit comments

Comments
 (0)