.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/eduwxyz/my-awesome-skills
home/skills/eduwxyz/my-awesome-skills
eduwxyz avatar

eduwxyz/my-awesome-skills

6 skills

View on GitHub
$npx skills add eduwxyz/my-awesome-skills
SkillInstalls
diagnoseTurn a bug symptom into a fix with a regression test that locks it down.—featureKick off the full feature workflow — interview-to-spec, optional spec-approach, tdd, verify, then review — when starting a new feature from scratch.—interview-to-specConduct a focused interview to draft a spec.md for an upcoming task (the input step of SDD — spec-driven development).—spec-approachAdd a refined `## Approach` section to an existing feature spec.md before TDD executes it.—tddDrives feature work and bug fixes through a tight failing-test-first loop.—verifyVerify that a spec.md's Acceptance criteria are observably covered by green tests before opening a PR.—