mcpbeat

CodelyTV Skills

6 skills published by CodelyTV across 1 repository. Together they weigh 11 010 tokens — that is what loading all of them at once would cost you in context.

6 skills 11 010 tokens total

Codely Doc Create
agent-harness

Create new documentation based on the current conversation context.

1k tokens
Codely Git Conventional Commit
agent-harness

Create a git commit following the team's Conventional Commit conventions. Use when the user asks to commit changes or create a commit.

966 tokens
Codely Plan Create Github
agent-harness

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.

3k tokens
Codely Plan Create Subagents
agent-harness

Create a plan for the specified task.

3k tokens
Codely Plan Phase Implement
agent-harness

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.

1k tokens
Codely Plan Phase Implement Github
agent-harness

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.

2k tokens