← all publishers

kostiantyn-matsebora

@kostiantyn-matsebora source repo

13 published skills

  1. Skill Name 2 · kostiantyn-matsebora bundle
    <one-line description>
    0
    installs
  2. Update · kostiantyn-matsebora bundle
    Updates the Canopy subtree to latest, syncs extension implementation and docs, writes and runs unit tests until all pass.
    0
    installs
  3. Release · kostiantyn-matsebora bundle
    Pushes to master (directly or via PR) to trigger automated tag creation and GitHub Release. Supports both direct-master and feature-branch PR workflows.
    0
    installs
  4. Review File · kostiantyn-matsebora bundle
    Perform a structured code review of a file or directory. Reports issues grouped by severity (critical / warning / info) with concrete suggested fixes. Use before opening a pull request or after significant changes.
    0
    installs
  5. Bump Version · kostiantyn-matsebora bundle
    Bump the project version across all version-bearing files (package.json, pyproject.toml, Cargo.toml, go.mod, etc.) and prepend a CHANGELOG entry. Uses the markdown list tree syntax.
    0
    installs
  6. Scaffold Skill · kostiantyn-matsebora bundle
    Generate a new Canopy skill skeleton — creates SKILL.md, references/ops.md, and standard agentskills.io subdirectories (scripts/, references/, assets/) under .claude/skills/<name>/. Uses the markdown list tree syntax.
    0
    installs
  7. Generate Readme · kostiantyn-matsebora bundle
    Analyze the project structure and generate or update README.md. Covers purpose, prerequisites, installation, usage, and contributing sections. Preserves any custom sections the user has already written.
    0
    installs
  8. Parallel Review · kostiantyn-matsebora bundle
    Multi-aspect code review using PARALLEL fan-out — runs four independent review subagents concurrently (security / performance / style / correctness), each in its own context window, then merges findings into a unified severity-grouped report. Demonstrates the subagent dispatch model (per-op markers + bold call-sites) introduced in canopy v0.20.0.
    0
    installs
  9. Add Changelog Entry · kostiantyn-matsebora bundle
    Add a new version entry to CHANGELOG.md. Reads recent git commits since the last tag, groups them by type (Added / Changed / Fixed / Removed), and prepends a formatted entry following Keep a Changelog conventions.
    0
    installs
  10. Skill Name · kostiantyn-matsebora bundle
    <one-line description>
    0
    installs
  11. Canopy Runtime · kostiantyn-matsebora bundle
    Canopy framework execution engine. Interprets canopy-flavored skills (any SKILL.md with a `## Tree` section) at runtime — platform detection, section semantics (`## Agent`/`## Tree`/`## Rules`/`## Response:`), tree notation (`<<`, `>>`, `|`), control-flow primitives (`IF`/`ELSE_IF`/`ELSE`/`SWITCH`/`CASE`/`DEFAULT`/`FOR_EACH`/`BREAK`/`END`), interaction primitives (`ASK`/`SHOW_PLAN`), execution primitives (`EXPLORE`/`VERIFY_EXPECTED`), op lookup chain, category directory semantics, subagent contract. Install this to execute existing canopy skills. Install `canopy` (the authoring agent) too if you need to create/edit/manage them.
    2
    installs
  12. Canopy Debug · kostiantyn-matsebora bundle
    Trace any Canopy skill with live phase banners and per-node tree tracing. Respects the current mode — in plan mode no changes are applied; in edit mode the skill executes normally.
    1
    install
  13. Canopy · kostiantyn-matsebora bundle
    Authors, validates, improves, scaffolds, and refactors Canopy skills using a structured control-flow notation (IF, ELSE_IF, ELSE, SWITCH, CASE, DEFAULT, FOR_EACH, BREAK, END, ASK, SHOW_PLAN, VERIFY_EXPECTED). Use when creating, modifying, debugging, or reviewing skills under `.claude/skills/` or `.github/skills/`, when the user mentions canopy, ops, control-flow notation, or skill scaffolding, or asks to convert a regular skill into a Canopy skill (and vice versa). Supports both Claude Code and GitHub Copilot.
    1
    install