.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

…/ocbunknown/fastapi-claude-template
home/skills/ocbunknown/fastapi-claude-template
ocbunknown avatar

ocbunknown/fastapi-claude-template

6 skills

View on GitHub
$npx skills add ocbunknown/fastapi-claude-template
SkillInstalls
api-clientUse when integrating an external HTTP API (Stripe, GitHub, Twilio, a payment provider, etc.) into the project.—endpointUse when creating or editing a FastAPI endpoint under src/presentation/http/v1/endpoints/<audience>/.—migrationUse when the user asks to create a database migration, change a SQLAlchemy model, add a column, add an index, or otherwise modify the schema.—repositoryUse when creating or extending a repository under src/database/psql/repositories/.—testsUse when creating or extending tests under tests/unit/, tests/integration/, or tests/e2e/.—usecaseUse when creating or editing a use case under src/application/v1/usecases/.—