.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

…/danielpodolsky/ownyourcode
home/skills/danielpodolsky/ownyourcode
danielpodolsky avatar

danielpodolsky/ownyourcode

18 skills

View on GitHub
$npx skills add danielpodolsky/ownyourcode
SkillInstalls
accessibilityReviews accessibility including WCAG, ARIA, keyboard navigation.—backendReviews API design, REST conventions, and backend architecture.—databaseReviews schema design, SQL queries, ORM patterns. Use when junior creates schema, writes queries, adds migrations, works with Prisma/MongoDB/PostgreSQL, or…—debuggingGuides systematic debugging through Protocol D (READ, ISOLATE, DOCS, HYPOTHESIZE, VERIFY).—documentationGuides documentation standards including READMEs, JSDoc, and code comments. Use when writing documentation, adding comments, or explaining code.—engineeringBackground knowledge for code quality. Applied when reviewing naming conventions, DRY, SOLID, function size, refactoring, or when junior asks "is this clean",…—errorVerifies error handling including empty catch detection, user-friendly messages, and logging. WARNING gate triggered during /own:done flow.—error-handlingGuides error handling for async operations and API calls. Use when junior asks "what if this fails", "handle errors", "try catch", "network error", or builds…—frontendReviews React/Vue component architecture, state, and hooks. Use when junior builds components, forms, modals, uses useState, useEffect, adds state, or asks "is…—fundamentalsVerifies code quality including naming conventions, function size, and DRY principles. SUGGESTION gate that offers polish items during /own:done flow.—ownershipVerifies junior truly understands code they wrote through line-by-line walkthrough. BLOCKING gate that must pass to complete any task.—performanceReviews performance including N+1 queries, re-renders, scalability.—resistanceEmpathetic pushback when junior shortcuts learning. Activates on "just write the code", "do it for me", "skip this", "just fix it", "I don't have time", "too…—resume-bulletsTransforms completed work into powerful resume bullet points with action verbs, technical context, and quantified impact.—securityReviews security including OWASP Top 10, input validation, auth.—seoReviews SEO including meta tags, semantic HTML, and Open Graph.—star-storiesTransforms completed work into STAR interview stories (Situation, Task, Action, Result).—testingGuides test strategy for unit, integration, and E2E testing. Use when junior asks "how do I test", "write tests", "what should I test", "test coverage",…—