.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

…/sordi-ai/skill-everything
home/skills/sordi-ai/skill-everything
sordi-ai avatar

sordi-ai/skill-everything

25 skills

View on GitHub
$npx skills add sordi-ai/skill-everything
SkillInstalls
_template<one-sentence trigger condition — when should this skill be loaded? Start with "Apply when ..." for consistency.>—brainstormingApply when generating ideas, exploring solution space, or facilitating divergent thinking before committing to an approach.—branch-finishingApply when closing out a feature branch — pre-merge checklist, rebase, CI verification, cleanup, and post-merge steps.—code-qualityApply when writing or refactoring code. Generic rules to prevent the most common review comments — function length, naming, error handling, security, and…—db-schemaApply when designing database schemas, writing migrations, or reviewing table structure.—debuggingApply when diagnosing a bug, reproducing a failure, or performing root cause analysis.—dockerApply when writing or reviewing Dockerfiles, docker compose files, or container build pipelines.—domain-templateApply when documenting project-specific knowledge. Template for ADRs, naming conventions, business rules, and tech-stack quirks.—drawioApply when creating or reviewing architecture diagrams, Mermaid diagrams, or draw.io files.—error-logApply when learning from a mistake. Central memory of past errors and derived rules; consult before logging a new error to avoid duplicates.—fastapiApply when building FastAPI endpoints, Pydantic models, or async APIs. Covers routing, dependency injection, error handling, testing, and OpenAPI hygiene.—git-conventionsApply when committing, branching, or opening a pull request. Conventional commit format, branch naming, PR scope.—github-cliApply when using the gh CLI to manage pull requests, issues, releases, or CI workflows on GitHub.—implementation-planApply when planning before writing code, defining scope, or producing an implementation plan for a feature or change.—langchainApply when building LangChain pipelines, LCEL chains, agents, or retrieval-augmented generation systems.—pythonApply when writing Python code. Type hints, error handling, mutable defaults, async patterns, and packaging conventions.—reactApply when writing React components. Hook discipline, state placement, performance, async cleanup, and list keys.—review-deploymentApply when reviewing code or planning a deployment. Pre-merge checks, migration ordering, rollback strategy, post-deploy verification.—security-reviewApply when performing a security review, checking for vulnerabilities, or implementing authentication and authorization logic.—self-extension-workflowApply when executing the self-extension workflow. Six steps from a mistake to a merged rule, with CI gates and CODEOWNERS approval.—shell-scriptingApply when writing or reviewing Bash or POSIX shell scripts — automation, CI steps, deploy scripts, or any shell-based tooling.—skill-everythingsvg-checkApply when editing, generating, or reviewing any SVG diagram. Pixel-perfect Playwright bbox-check is the acceptance test — eyeballing is not sufficient.—tddApply when adding new behavior or fixing a bug. Red-green-refactor cycle, test-first discipline, when TDD doesn't pay.—typescriptApply when writing TypeScript code. Strict types, discriminated unions, async patterns, and runtime safety.—