Ihor Orlovskyi 408bd3b6e4 Add branch-finish skill (#56)
Add the branch-finish skill 1.0.0, an integration and completion layer that
decides what happens to verified work and executes that decision safely, with
read-only environment detection, six-level base-branch resolution by evidence
precedence, four environment-filtered finish options, merge-conflict
classification, idempotent resumption, separate gates for workspace removal and
branch deletion, a seven-label outcome vocabulary, and a read-only state
inspector with its test.

Bump debugging to 1.0.5 so its routing table points at review-request and
branch-finish instead of the upstream requesting-code-review and
finishing-a-development-branch names.

Register the skill in a new Completion group in skills.sh.json and the mirrored
marketplace catalog, and record the release in README.md and the
repository-level CHANGELOG.md.
2026-09-13 16:49:51 +03:00
2026-09-13 16:49:51 +03:00
2026-09-13 16:49:51 +03:00
2026-07-05 21:21:01 +03:00
2026-09-13 16:49:51 +03:00
2026-09-13 16:49:51 +03:00

Agent Skills

skills.sh

A collection of agent skills for Claude Code, Codex and other AI coding agents.

Skills

Skill Skill Version Release Description
scope-triage 1.0.3 v1.10.0 Classify request scope before design work, then route to direct implementation, a light spec, or a full design cycle.
plan-crafting 1.3.0 v1.32.0 Turn an approved design or settled requirements into a bite-sized, TDD-oriented implementation plan.
inline-plan-dev 1.0.0 v1.32.0 Execute an existing implementation plan inline in the current session, with plan-reality reconciliation, proportional verification, and durable resume.
subagent-plan-dev 1.0.0 v1.32.0 Execute an existing implementation plan through scoped subagents with risk-based dispatch, independent verification, and controlled escalation.
workspace-isolation 1.0.0 v1.30.0 Select, detect, or create a safe isolated development workspace with explicit ownership, baseline, and handoff.
parallel-agents 1.0.0 v1.31.0 Prove work units independent, isolate mutable state, and dispatch one bounded parallel wave with reconciled results.
review-request 1.0.0 v1.27.0 Prepare and dispatch independent code review against requirements, exact scope, and the actual diff.
review-resolution 1.0.0 v1.28.0 Validate and resolve code-review findings with evidence, explicit dispositions, and proportional re-review decisions.
verification-gate 1.0.0 v1.29.0 Turn a completion claim into an evidence-backed verdict against the current tree.
branch-finish 1.0.0 v1.33.0 Decide, execute and report the integration outcome for verified work, cleaning up only what is provably safe to remove.
tdd 1.0.1 v1.32.0 Drive behavior changes through valid RED, sufficient GREEN, and evidence-backed refactoring.
debugging 1.0.5 v1.33.0 Investigate bugs and unexpected technical behavior with a root-cause-first evidence workflow.
vitest 1.3.0 v1.21.0 Configure, write, debug, run, migrate, and audit Vitest tests for JavaScript/TypeScript projects.
typescript 1.4.0 v1.20.0 Configure tsconfig, diagnose compiler behavior, and audit or migrate TypeScript projects.
web-debug 1.3.3 v1.26.0 Debug and verify local web apps via Playwright.
echarts 1.2.0 v1.22.0 Build, audit, style, debug, and optimize Apache ECharts visualizations in vanilla JS, React, or Vue.
dashfix 1.2.1 v1.12.1 Ban typographic dashes in English text, check their form where a language's orthography requires them, audit a project, and score it 0-100.
negafix 1.2.1 v1.12.1 Ban negative parallelism ("it's not just X, it's Y"), audit prose for it, and score it 0-100.
commit-all 1.1.0 v1.16.0 Gather the working tree into a single commit on the current branch, on explicit /commit-all invocation only.
maintaining-agent-context 1.3.0 v1.24.0 Audit, restructure, and maintain a repository's agent instruction architecture for Claude Code and Codex.
frontend-crafting 1.3.0 v1.23.0 Create, redesign, review, and polish user interfaces with subject-driven design decisions and a verifiable quality gate.

Install

# All at once

npx skills add sentimony/skills -a codex claude-code -y

# Or each separately

npx skills add sentimony/skills -s scope-triage -a codex claude-code -y
npx skills add sentimony/skills -s plan-crafting -a codex claude-code -y
npx skills add sentimony/skills -s inline-plan-dev -a codex claude-code -y
npx skills add sentimony/skills -s subagent-plan-dev -a codex claude-code -y
npx skills add sentimony/skills -s workspace-isolation -a codex claude-code -y
npx skills add sentimony/skills -s parallel-agents -a codex claude-code -y
npx skills add sentimony/skills -s review-request -a codex claude-code -y
npx skills add sentimony/skills -s review-resolution -a codex claude-code -y
npx skills add sentimony/skills -s verification-gate -a codex claude-code -y
npx skills add sentimony/skills -s branch-finish -a codex claude-code -y
npx skills add sentimony/skills -s tdd -a codex claude-code -y
npx skills add sentimony/skills -s debugging -a codex claude-code -y
npx skills add sentimony/skills -s vitest -a codex claude-code -y
npx skills add sentimony/skills -s typescript -a codex claude-code -y
npx skills add sentimony/skills -s web-debug -a codex claude-code -y
npx skills add sentimony/skills -s echarts -a codex claude-code -y
npx skills add sentimony/skills -s dashfix -a codex claude-code -y
npx skills add sentimony/skills -s negafix -a codex claude-code -y
npx skills add sentimony/skills -s commit-all -a codex claude-code -y
npx skills add sentimony/skills -s maintaining-agent-context -a codex claude-code -y
npx skills add sentimony/skills -s frontend-crafting -a codex claude-code -y

Have fun ;)

S
Description
echarts: You MUST use this when building, styling, debugging, or optimizing Apache ECharts charts in JavaScript, React, or Vue - setup, lifecycle, responsive resizing,…; web-debug: You MUST use this when interacting with or testing local web applications with Playwright - verifying frontend functionality, debugging UI behavior, capturing…; typescript: You MUST use this when configuring tsconfig, resolving compiler errors, debugging slow type-checking, fixing module resolution or ESM/CJS issues,…
Readme 1.1 MiB
Languages
Python 98.2%
Shell 0.6%
TypeScript 0.5%
HTML 0.4%
Vue 0.3%