← all publishers

sordi-ai

@sordi-ai source repo

25 published skills

  1. Skill Everything · sordi-ai bundle
    Git-versioned agent memory — agents that never make the same mistake twice.
    0
    installs
  2. Tdd · sordi-ai
    Apply when adding new behavior or fixing a bug. Red-green-refactor cycle, test-first discipline, when TDD doesn't pay.
    0
    installs
  3. React · sordi-ai
    Apply when writing React components. Hook discipline, state placement, performance, async cleanup, and list keys.
    0
    installs
  4. Docker · sordi-ai
    Apply when writing or reviewing Dockerfiles, docker compose files, or container build pipelines. Covers layer caching, multi-stage builds, security hardening, and compose conventions.
    0
    installs
  5. Drawio · sordi-ai
    Apply when creating or reviewing architecture diagrams, Mermaid diagrams, or draw.io files.
    0
    installs
  6. Python · sordi-ai
    Apply when writing Python code. Type hints, error handling, mutable defaults, async patterns, and packaging conventions.
    0
    installs
  7. Fastapi · sordi-ai
    Apply when building FastAPI endpoints, Pydantic models, or async APIs. Covers routing, dependency injection, error handling, testing, and OpenAPI hygiene.
    0
    installs
  8. Kebab Case Name · sordi-ai
    <one-sentence trigger condition — when should this skill be loaded? Start with "Apply when ..." for consistency.>
    0
    installs
  9. DB Schema · sordi-ai
    Apply when designing database schemas, writing migrations, or reviewing table structure. Covers naming, keys, indexes, constraints, nullability, and migration safety.
    0
    installs
  10. Debugging · sordi-ai
    Apply when diagnosing a bug, reproducing a failure, or performing root cause analysis. Covers systematic isolation, binary search, logging strategy, and hypothesis-driven investigation.
    0
    installs
  11. Error Log · sordi-ai bundle
    Apply when learning from a mistake. Central memory of past errors and derived rules; consult before logging a new error to avoid duplicates.
    0
    installs
  12. Langchain · sordi-ai
    Apply when building LangChain pipelines, LCEL chains, agents, or retrieval-augmented generation systems.
    0
    installs
  13. Svg Check · sordi-ai bundle
    Apply when editing, generating, or reviewing any SVG diagram. Pixel-perfect Playwright bbox-check is the acceptance test — eyeballing is not sufficient. Run on every SVG before declaring done.
    0
    installs
  14. Github CLI · sordi-ai
    Apply when using the gh CLI to manage pull requests, issues, releases, or CI workflows on GitHub.
    0
    installs
  15. Typescript · sordi-ai
    Apply when writing TypeScript code. Strict types, discriminated unions, async patterns, and runtime safety.
    0
    installs
  16. Code Quality · sordi-ai
    Apply when writing or refactoring code. Generic rules to prevent the most common review comments — function length, naming, error handling, security, and tooling.
    0
    installs
  17. Brainstorming · sordi-ai
    Apply when generating ideas, exploring solution space, or facilitating divergent thinking before committing to an approach.
    0
    installs
  18. Domain Template · sordi-ai
    Apply when documenting project-specific knowledge. Template for ADRs, naming conventions, business rules, and tech-stack quirks.
    0
    installs
  19. Git Conventions · sordi-ai
    Apply when committing, branching, or opening a pull request. Conventional commit format, branch naming, PR scope.
    0
    installs
  20. Security Review · sordi-ai
    Apply when performing a security review, checking for vulnerabilities, or implementing authentication and authorization logic.
    0
    installs
  21. Shell Scripting · sordi-ai
    Apply when writing or reviewing Bash or POSIX shell scripts — automation, CI steps, deploy scripts, or any shell-based tooling.
    0
    installs
  22. Branch Finishing · sordi-ai
    Apply when closing out a feature branch — pre-merge checklist, rebase, CI verification, cleanup, and post-merge steps.
    0
    installs
  23. Review Deployment · sordi-ai
    Apply when reviewing code or planning a deployment. Pre-merge checks, migration ordering, rollback strategy, post-deploy verification.
    0
    installs
  24. Implementation Plan · sordi-ai
    Apply when planning before writing code, defining scope, or producing an implementation plan for a feature or change.
    0
    installs
  25. Self Extension Workflow · sordi-ai
    Apply when executing the self-extension workflow. Six steps from a mistake to a merged rule, with CI gates and CODEOWNERS approval.
    0
    installs