docs: add architecture documentation for commands vs skills#14
docs: add architecture documentation for commands vs skills#14Shrinet82 wants to merge 1 commit intoanthropics:mainfrom
Conversation
Addresses Issue anthropics#5 by clarifying the distinction between commands and skills. Changes: - Add docs/ARCHITECTURE.md explaining plugin structure - Add docs/COMMANDS_VS_SKILLS.md with detailed comparison and examples - Update README.md to reference new documentation Closes anthropics#5
|
hi @mattpic-ant I've added a new docs/ directory containing: Architecture Overview: Explaining how plugins are loaded and structured. |
|
PR: RAISED: ERROR IN RUNNER PICKUPS. Simple section of UI elements can force an immediate work-flow trigger. Keep cater to the already missing and unfinished. Check viability through cross-checking. Keep tracker of error encountered and give a raise to any PR that matches or . Put idol desolation in isolated,cointainered snippets. |
Summary
Addresses #5 by clarifying the distinction between commands and skills for community contributors.
Changes
Motivation
Issue #5 correctly identified confusion about the relationship between commands and skills, particularly noting overlap between files like
legal/skills/contract-reviewandlegal/commands/review-contract. This documentation explains that the overlap is intentional and clarifies the distinct purposes.Closes #5