Skills are powerful on their own, but unstoppable when combined. Here are three common scenarios and how to solve them using this repository.
Scenario: You just inherited a messy 5-year-old Node.js repo. You need to fix it safely.
Skills Used:
concise-planning(To map the chaos)lint-and-validate(To find the bugs)security-audit(To find the holes)
The Workflow:
- Plan: "Agent, use
concise-planningto create a checklist for refactoringsrc/legacy-api.js." - Audit: "Run
security-auditon thepackage.jsonto find vulnerable dependencies." - Fix: "Use
lint-and-validaterules to auto-fix the formatting issues insrc/."
Scenario: You need to build a high-performance Landing Page in 2 hours.
Skills Used:
frontend-design(For aesthetics)react-patterns(For structure)tailwind-mastery(For speed)
The Workflow:
- Design: "Use
frontend-designto generate a color palette and typography for a 'Cyberpunk Coffee Shop'." - Scaffold: "Initialize a Vite project. Then apply
react-patternsto create the 'Hero' component." - Style: "Use
tailwind-masteryto make the buttons glassmorphic and responsive."
Scenario: You want to build a custom AI agent that can verify its own code.
Skills Used:
mcp-builder(To build tools)agent-evaluation(To test reliability)prompt-engineering(To refine instructions)
The Workflow:
- Build: "Use
mcp-builderto create averify-filetool." - Instruct: "Apply
prompt-engineeringpatterns to the System Prompt so the agent always checks file paths." - Test: "Run
agent-evaluationto benchmark how often the agent fails to find the file."