.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

…/muhammadusmangm/claude-code-best-practices
home/skills/muhammadusmangm/claude-code-best-practices
muhammadusmangm avatar

muhammadusmangm/claude-code-best-practices

9 skills

View on GitHub
$npx skills add muhammadusmangm/claude-code-best-practices
SkillInstalls
add-handlerScaffold a new HTTP handler with service function, store method (if needed), and table-driven test, following the project's internal/{api,service,store}…—api-endpointScaffold a new API endpoint with request/response Pydantic schemas, service function, route handler, and a pytest test — following the project's layered…—changelogGenerate or update CHANGELOG.md with an entry for the unreleased changes since the last git tag.—component-newScaffold a new React component with matching test file and consistent folder layout, following the project's conventions in src/features or src/components.—conventional-commitGenerate a Conventional Commits message for the staged diff and (optionally) create the commit.—lint-docsRun this repo's documentation and shell quality gates (shellcheck, markdownlint, lint-claude-md) the same way CI runs them.—pr-describeWrite a pull-request title and body from the current branch's commits and diff against the base branch.—test-componentWrite React Testing Library tests for an existing component, following the project's RTL conventions (prefer role/label queries, mock at network boundary, no…—test-triageClassify failing tests as flaky vs. real regressions and propose a next step for each.—