← all publishers

codelytv

@codelytv source repo

11 published skills

  1. Repo Status 2 · codelytv
    Checks the status of the repository
    0
    installs
  2. Repo Status · codelytv bundle
    Checks the status of the repository
    0
    installs
  3. Backend · codelytv bundle
    Backend conventions and patterns. Use when working on API routes, dependency injection, or hexagonal architecture in the backend.
    0
    installs
  4. Testing · codelytv bundle
    Testing conventions and patterns. Use when writing or modifying tests, creating mocks, or using object mothers.
    0
    installs
  5. Database · codelytv bundle
    Database conventions and patterns. Use when working on database schemas, migrations, or data modeling.
    0
    installs
  6. Codely Doc Create · codelytv bundle
    Create new documentation based on the current conversation context.
    0
    installs
  7. Codely Plan Create Subagents · codelytv bundle
    Create a plan for the specified task.
    0
    installs
  8. Codely Plan Create Github · codelytv bundle
    Create a plan for the specified task and store it as GitHub issues in the repository of the current working directory. Given the URL of a GitHub issue, it turns that issue into the parent "plan" issue (Goal, Context and a checklist of phases) and creates one child issue per phase, linking every phase as a native GitHub sub-issue of the parent. Stops for user approval before creating any issue. After creation, the plan is meant to be implemented with the codely-plan_phase-implement-github skill.
    0
    installs
  9. Codely Plan Phase Implement · codelytv
    Implement one phase of the plan specified by the user. Only implements a single phase per invocation, then stops for user review. Never commits automatically.
    0
    installs
  10. Codely Git Conventional Commit · codelytv bundle
    Create a git commit following the team's Conventional Commit conventions. Use when the user asks to commit changes or create a commit.
    0
    installs
  11. Codely Plan Phase Implement Github · codelytv
    Implement one phase of a plan stored as GitHub issues in the repository of the current working directory. Given the URL of a phase (child) issue it implements that phase; given the parent plan issue it finds and implements the current phase. Only implements a single phase per invocation, then stops for user review. It opens a pull request that references the phase issue so merging it closes the issue automatically. Never merges the pull request.
    0
    installs