perky-team

43 mods across 1 repository, 2 stars between them.

release

03

perky-team/claude-plugin

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.

2 4d ago A 73 tokens

p-chat

04

perky-team/claude-plugin

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.

2 4d ago A tokens not measured

init

05

perky-team/claude-plugin

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".

2 4d ago B 69 tokens

respond

06

perky-team/claude-plugin

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".

2 4d ago A 66 tokens

p-flow

07

perky-team/claude-plugin

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.

2 4d ago A tokens not measured

SessionStart

08

perky-team/claude-plugin

Hook

Runs when a session starts on startup, clear and compact, executing run-hook.cmd. From perky-team/claude-plugin.

2 4d ago A tokens not measured

executing-plan

09

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…

2 4d ago A 93 tokens

perky-team/claude-plugin

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.

2 4d ago A 71 tokens

perky-team/claude-plugin

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…

2 4d ago A 84 tokens

perky-team/claude-plugin

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…

2 4d ago A 115 tokens

perky-team/claude-plugin

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…

2 4d ago A 99 tokens

perky-team/claude-plugin

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.

2 4d ago A 60 tokens

task-brainstorming

15

perky-team/claude-plugin

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.

2 4d ago A 79 tokens

task-end

16

perky-team/claude-plugin

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.

2 4d ago C 82 tokens

task-start

17

perky-team/claude-plugin

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].

2 4d ago A 77 tokens

perky-team/claude-plugin

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…

2 4d ago A 82 tokens

using-git-worktrees

19

perky-team/claude-plugin

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.

2 4d ago C 49 tokens

using-p-flow

20

perky-team/claude-plugin

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.

2 4d ago B 47 tokens

perky-team/claude-plugin

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.

2 4d ago A 75 tokens

writing-plan

22

perky-team/claude-plugin

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…

2 4d ago A 91 tokens

writing-skills

23

perky-team/claude-plugin

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.

2 4d ago A 46 tokens

p-graph

24

perky-team/claude-plugin

Plugin Claude Code

Local code knowledge graph (TS/JS, Go, C++, Python) with bundled pgraph CLI. Skills: init, sync, help, query.

2 4d ago A tokens not measured