help
25Skill 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.
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.
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".
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".
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.
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".
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…
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".
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".
Plugin Claude Code
Custom Claude Code status line: context %, rate limits with reset countdowns, git, model/effort, RAM, session name. Skills: install, help.
Skill Claude CodeCodex
Install the p-statusline status line.
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.
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".
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.
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".
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", "саммари сделанного".
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"…
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…
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…
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…