perky-team

43 mods across 1 repository, 2 stars between them.

help

25

perky-team/claude-plugin

Skill Claude CodeCodex

Show the pgraph command cheat-sheet and when to use each. Use when the user says "p-graph help" or asks what pgraph can do.

2 4d ago A 34 tokens

query

26

perky-team/claude-plugin

Skill Claude CodeCodex

Answer a structural question about the codebase from the code graph, with concrete file:line citations. Use for "who calls X", "what breaks if I change Y", "how does X reach Y", "where is X defined", "explain symbol X", "ask the graph", "query the code graph".

2 4d ago A 67 tokens

sync

27

perky-team/claude-plugin

Skill Claude CodeCodex

Explicitly rebuild the p-graph code graph — full or incremental. Day-to-day freshness is automatic (queries auto-refresh); use this for a full rebuild after a big refactor, or to warm the graph after a pull. Use when the user says "sync p-graph", "reindex", "rebuild the code graph", or "full reindex".

2 4d ago A 76 tokens

p-shed

28

perky-team/claude-plugin

Plugin Claude Code

Scheduler/launcher for Claude Code headless runs. Cron-scheduled jobs launch claude -p in a folder, with per-job model, reasoning effort, timeout, duplicate guard, missed-tick catch-up, log rotation, a process-level circuit breaker that treats a Claude usage-limit / transient API overload as a skip (not a failure) so.

2 4d ago A tokens not measured

job

29

perky-team/claude-plugin

Skill Claude CodeCodex

Add, modify, or delete a scheduled job in .pshed/jobs.yml (cron schedule + folder + prompt). Use when the user says "add a job", "schedule a run", "change the schedule", "disable a job", or "delete a job".

2 4d ago A 57 tokens

reset-breaker

30

perky-team/claude-plugin

Skill Claude CodeCodex

Un-stick a job that p-shed stopped scheduling — clears the process-level circuit breaker and the task-level self-pause marker (an operator pause is lifted with pshed resume --id instead). Use when the user says "reset the breaker", "un-stick a job", "my job stopped running", "resume a paused job", or after a job…

2 4d ago A 83 tokens

start

31

perky-team/claude-plugin

Skill Claude CodeCodex

Install the OS scheduler entry that runs pshed tick every minute in this folder (Windows schtasks, Linux/macOS crontab). Use when the user says "start p-shed", "enable the scheduler", or "begin running jobs".

2 4d ago A 53 tokens

stop

32

perky-team/claude-plugin

Skill Claude CodeCodex

Remove the OS scheduler entry that runs pshed tick for this folder. Use when the user says "stop p-shed", "disable the scheduler", or "pause the jobs".

2 4d ago A 40 tokens

p-statusline

33

perky-team/claude-plugin

Plugin Claude Code

Custom Claude Code status line: context %, rate limits with reset countdowns, git, model/effort, RAM, session name. Skills: install, help.

2 4d ago A tokens not measured

p-tasks

35

perky-team/claude-plugin

Plugin Claude Code

Two-level task tracker (task → sub-task) with FS and Jira destinations, one-way primary→mirrors sync. Items carry optional work-item fields (acceptance, files, kind, origin, resolution). CLI command ptasks guard answers "is there work?" as a p-shed guard (exit 0 launch / 75 quiet, --exclude-origin skips items parked.

2 4d ago A tokens not measured

list

36

perky-team/claude-plugin

Skill Claude CodeCodex

List every item in document order with its status and fields — the whole plan, not just open (next) or done (summary). With a task id, lists that task's sub-tasks in order. Use when the user says "list tasks", "show the whole plan", "what's the full task list", "walk all steps".

2 4d ago A 72 tokens

next

37

perky-team/claude-plugin

Skill Claude CodeCodex

Return the most relevant unblocked item to work on next. Use when the user says "next task", "what should I work on", "что делать дальше", or asks to be assigned the next thing.

2 4d ago A 44 tokens

set

38

perky-team/claude-plugin

Skill Claude CodeCodex

Update a task or sub-task: change status, title, description, or blocker list. Use when the user says "mark X done", "set status", "add blocker to X", "unblock X", "rename X".

2 4d ago A 49 tokens

summary

39

perky-team/claude-plugin

Skill Claude CodeCodex

Summarize completed work. Without an id — all done top-level tasks. With a task id — done sub-tasks of that task. Use when the user says "summary", "what's done", "what did we ship on X", "саммари сделанного".

2 4d ago A 59 tokens

compile

40

perky-team/claude-plugin

Skill Claude CodeCodex

Synthesize wiki pages from a source file. Accepts a path to any file in the repo (raw/ item, design spec, README, ADR, code doc). Without arguments, processes all raw/ items with compiled: false. Re-running on the same path is idempotent — derived pages get updated, not duplicated. Use when the user says "compile"…

2 4d ago A 98 tokens

ingest

41

perky-team/claude-plugin

Skill Claude CodeCodex

Capture an external source into the wiki's raw/ folder. Accepts a URL, a path to a file OUTSIDE the repo, or - for the last paste from chat. For files already in the repo, refuse and point the user to /p-wiki:compile (no copy needed). Use when the user says "ingest", "save to wiki", "add to wiki", or supplies a…

2 4d ago A 96 tokens

lint

42

perky-team/claude-plugin

Skill Claude CodeCodex

Audit the wiki for problems: dead links, orphan pages, frontmatter errors, underlinked concept pages, stale entries, unresolved conflicts, and pages whose sources changed since they were compiled. Reports only — never fixes automatically. Use when the user says "lint wiki", "check the wiki", "audit wiki", or asks…

2 4d ago A 72 tokens

reconcile

43

perky-team/claude-plugin

Skill Claude CodeCodex

Resolve conflict callouts and stale pages in the wiki: re-merge a derived page with its current sources and remove the superseded callout, so conflicts don't accumulate forever. Genuine unresolved conflicts are left flagged for a human. Use when the user says "reconcile", "свести", "resolve conflicts", "remove…

2 4d ago A 92 tokens