perky.team
01Plugin Claude Code
Claude Code plugins by perky.team.
Plugin Claude Code
Claude Code plugins by perky.team.
Settings file Claude Code
Skill Claude CodeCodex
Audit this repo's plugins, run the test suite, fix problems found, and cut a release with per-plugin version bumps and a monorepo tag. Use when the user says "release", "выпусти релиз", "проверь плагины и зарелизь", or asks to push plugin changes that need versioning.
Plugin Claude Code
Dumb Telegram channel for Claude Code loops: a p-shed guard + CLI (tool pchat: init, guard, pending, ack, send, reset, status). Scripted /commands are answered by the guard itself — no Claude launch, works even when Claude is down or usage-limited; a pending free-text question makes the guard request a launch, so Cla.
Skill Claude CodeCodex
Set up p-chat in the current repo — walk the owner through creating a Telegram bot and a token file, then run pchat init to verify the token, discover the chat id, and write .pchat.json. Use when the user says "init p-chat", "set up telegram chat", or "connect telegram".
Skill Claude CodeCodex
Answer pending free-text Telegram questions via the pchat CLI — read pending questions, answer each grounded in the repo, send, ack, and append to the session transcript. Use as the prompt of a p-shed chat-responder job, or when the user says "answer the chat" / "check telegram questions".
Plugin Claude Code
Disciplined task development flow for Claude Code: secrets deny-list, Conventional Commits + / branches, spec templates, and a skill stack for brainstorm → plan → execute → TDD → verify → debug → review → push. Commands: init, task-start, task-end. Skills: using-p-flow, init, task-brainstorming, writing-pla.
Hook
Runs when a session starts on startup, clear and compact, executing run-hook.cmd. From perky-team/claude-plugin.
Skill Claude CodeCodex
Use after the plan is approved and you are about to implement it. Drives the steps in order — one at a time — invoking test-driven-development for code steps and verification-before-completion after each, marking a step done only when its acceptance criterion is met. Steps live in plan.md ## Steps (legacy) or, when…
Skill Claude CodeCodex
Use when processing review feedback — a review follow-up (a p-tasks sub-task in canonical mode, or a ## Review follow-ups item in plan.md in legacy mode), a PR comment, an inline reviewer message. Enforces verify-the-finding-first discipline before implementing or rejecting. Counterpart to requesting-code-review.
Skill Claude CodeCodex
Use after verification-before-completion passes and there is a diff worth reviewing. Dispatches a code-review subagent (via Task tool with general-purpose + inline template) on the branch diff, then leads the user through severity-aware triage and records accepted findings as follow-ups — p-tasks sub-tasks in…
Skill Claude CodeCodex
Use after verification-before-completion passes and the implementation should be checked against the spec. Dispatches a task-review subagent (via Task tool with general-purpose + inline template) with paths to spec, feature.feature, adr.md, the branch diff (plus plan.md in legacy mode). Records accepted findings as…
Skill Claude CodeCodex
Use to execute an approved plan in the current session by dispatching a fresh implementer subagent per step, a per-step review (spec compliance + code quality) after each, and a broad whole-branch review at the end. The isolated alternative to executing-plan — fresh context per step, artifacts handed over as files so…
Skill Claude CodeCodex
Use when verification fails, a test goes red, or behaviour is unexpected — before proposing any fix. Enforces reproduce → hypothesise → test the hypothesis → narrow → fix at root cause → re-verify, one hypothesis at a time. Stops guess-and-check debugging.
Skill Claude CodeCodex
Use when starting a new non-trivial task to elicit requirements through dialog and produce specs/ /specification.md (always) plus optional feature.feature and adr.md. Invoked by /p-flow:task-start. Hard gate — does not invoke writing-plan or any implementation skill until the user approves the written spec.
Skill Claude CodeCodex
Exit point of the p-flow task development flow. Runs pre-checks (no main branch, no uncommitted changes, plan steps checked, verification marker fresh), pushes the branch, and prints ready-to-copy MR creation commands for both GitHub (gh) and GitLab (glab). Never runs gh or glab itself. Usage /p-flow:task-end.
Skill Claude CodeCodex
Entry point to the p-flow task development flow. Resolves slug + branch type + optional worktree, runs all conflict checks BEFORE any side effects, then atomically creates the branch (and worktree), opens specs/ /, and invokes task-brainstorming. Usage /p-flow:task-start [--worktree].
Skill Claude CodeCodex
Use when about to write code (production code path, not docs/scripts/research) — enforces RED-GREEN-REFACTOR — write a failing test first, watch it fail, write minimal code to pass, verify pass, refactor. Pairs with verification-before-completion (this skill is the "before code" gate; verification is the "before…
Skill Claude CodeCodex
Use when starting work that benefits from isolation from the current checkout (parallel feature branches, long-running experiments, freeing the main checkout for unrelated work). Reference documentation for safe worktree creation, common pitfalls, and cleanup.
Skill Claude CodeCodex
Use when starting any conversation in a repo with p-flow enabled — establishes the p-flow task development flow surface (commands, skills, when to invoke each) so the model can pick the right tool without keyword guessing.
Skill Claude CodeCodex
Use before claiming any task is done, fixed, ready, implemented, or before any commit. Runs detected tests/lints, quotes concrete output, and writes a state marker at .claude/.p-flow-state/ /last-verification so /p-flow:task-end can detect that verification ran. Evidence before assertions, always.
Skill Claude CodeCodex
Use after a spec exists at specs/ /specification.md to produce a step-by-step implementation plan — as p-tasks sub-tasks when p-tasks is present (no plan.md), or specs/ /plan.md when it is absent. Refuses to write a step without an acceptance criterion. Decomposes work into 5–15 steps; flags larger work for sub-task…
Skill Claude CodeCodex
Use when creating a new p-flow skill or substantially editing an existing one — establishes the conventions (frontmatter shape, section order, dispatch patterns, template placement, test coverage) so the plugin stays internally consistent.
Plugin Claude Code
Local code knowledge graph (TS/JS, Go, C++, Python) with bundled pgraph CLI. Skills: init, sync, help, query.