← all publishers

coreindustries

@coreindustries source repo

31 published skills

  1. Compound · coreindustries
    Capture knowledge from solved problems to prevent re-discovery. Creates searchable solution documents after non-trivial debugging, fixes, or investigations.
    1 install
  2. Refactor · coreindustries
    Safely refactor code with test-driven approach.
    1 install
  3. Scaffold · coreindustries
    Generate a new module, component, or screen with boilerplate, tests, and wiring.
    1 install
  4. Checkpoint · coreindustries
    Update task tracking file with current progress. Essential for preserving context across sessions.
    1 install
  5. Code Review Expert · coreindustries
    Expert code review of current git changes with a senior engineer lens: SOLID, security, performance, error handling, boundary conditions.
    1 install
  6. CI · coreindustries
    Generate or update CI/CD pipeline configuration for the current stack.
    1 install
  7. Pr · coreindustries
    Create pull requests with comprehensive descriptions and test plans.
    1 install
  8. Wt · coreindustries
    Create or manage a git worktree for isolated parallel development — lets multiple agents work in the repo simultaneously without branch collisions.
    1 install
  9. Adr · coreindustries
    Create an Architecture Decision Record when making a non-obvious architectural call.
    1 install
  10. API · coreindustries
    Design REST or GraphQL API endpoints with schemas and validation.
    1 install
  11. Env · coreindustries
    Set up, validate, and manage environment variables.
    1 install
  12. Tdd · coreindustries
    Red→green→refactor discipline for new behavior — forces a failing test before implementation and a passing test before any claim of done.
    1 install
  13. Deps · coreindustries
    Audit, update, and manage project dependencies safely.
    1 install
  14. Docs · coreindustries
    Generate and update project documentation.
    1 install
  15. Init · coreindustries
    Initialize a new project with structure, configuration, and boilerplate.
    1 install
  16. Lint · coreindustries
    Run code quality checks including linting, formatting, and type checking.
    1 install
  17. Perf · coreindustries
    Profile, benchmark, and optimize application performance.
    1 install
  18. Scan · coreindustries
    Run security scans against the codebase.
    1 install
  19. Test · coreindustries
    Run tests with coverage reporting and quality gates.
    1 install
  20. Debug · coreindustries
    Systematic debugging workflow: reproduce, isolate, fix, and verify.
    1 install
  21. Commit · coreindustries
    Create well-formatted git commits following conventional commit standards.
    1 install
  22. Deploy · coreindustries
    Deploy the application to target platform.
    1 install
  23. Hotfix · coreindustries
    Quick patch workflow for production issues with minimal risk.
    1 install
  24. Resume · coreindustries
    Recover context and resume work after a new session or context compression.
    1 install
  25. Review · coreindustries
    Multi-perspective code review against project standards with P1/P2/P3 severity classification. Works in Claude Code (Agent + optional GitHub MCP) and Cursor (Task subagents + gh/git). Use when the user invokes /review, asks for a PR or diff review, or wants a standards-aligned review with severity tags.
    1 install
  26. Compact · coreindustries
    Create a token-efficient state snapshot for context preservation during long sessions.
    1 install
  27. Context · coreindustries
    Audit auto-loaded context budget, detect redundancy, and recommend optimizations.
    1 install
  28. Feature · coreindustries
    Full-cycle feature development: PRD creation, implementation, testing, and PR creation in an isolated worktree.
    1 install
  29. Handoff · coreindustries
    Write a structured handoff at session end. Preserves context so the next agent can resume without human briefing. Invoke before ending any feature session longer than 30 minutes.
    1 install
  30. Onboard · coreindustries
    Onboard a new contributor to the project with a guided walkthrough.
    1 install
  31. Release · coreindustries
    Tag a version, generate changelog, and create a GitHub release.
    1 install