AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
pfeff avatar

pfeff

44 listings · 0 installs

Open-source publisher. Listings imported from github.com/pfeff — credited to the original author with their license.

↗ github.com/pfeff
44 results
Self-run
SKILL

Prose Mention Fixture

Fixture (c): a non-mandatory prose mention of an undeclared tool must not fail (R4).

0
10
Free
Self-run
SKILL

Decision Rights Doctrine

Shared doctrine reference for which decisions an agent MUST escalate to the operator vs may decide autonomously. Holds the two-tier escalation model (Tier 1 hard-escalate, Tier 2 self-check-then-escalate-if-material), the six-category taxonomy (A-F) mined from guardian PRs, the alignment-audit self-check procedure, and the escalation mechanics. This skill has no operations — it is reference conte…

0
7
Free
Self-run
SKILL

Wildcard Scalar Fixture

Fixture (d): allowed-tools: * (scalar, not a list) means unrestricted; never flag.

0
6
Free
Self-run
SKILL

Scan Document

Capture a scanned document (PDF or image) into text, classify what it is, and route it to the right follow-up workflow. This is the front door for any scan the user drops in — after-visit summaries, lab results, receipts, letters, contracts, statements. OCRs natively on macOS (Vision framework as the core engine; an optional pdftotext fast-path when that binary happens to be present), classifies…

0
9
Free
Self-run
SKILL

Handoff

Write and rehydrate a durable session-handoff document so a fresh, zero-context session resumes work without inheriting bloated history. Use when approaching the context limit, before /clear, at end of session, or when handing work to another session or agent. Two operations — write (capture current state to a handoff doc) and rehydrate (re-ground a fresh session from it, reconciling against live…

0
7
Free
Self-run
SKILL

Kb Lessons Bridge

Bridges reading-derived workflow insights into the self-improvement loop. Reads a kb-compile output note (project:knowledge-base, type:reference/zettel) or a Knowledge Intake synthesis note's "## Workflow implications" / "## Candidate actions" sections, filters for process/workflow-relevant insights (discarding general domain knowledge), and emits them as REC-ID blocks in the exact schema self-im…

0
9
Free
Self-run
SKILL

Lessons Learned

Interactive retrospective discussion about session problems, generating actionable recommendations

0
7
Free
Self-run
SKILL

Git

Git usage patterns and conventions. Use when the user requests commits or git operations. Enforces compact commit messages (headline + 1-2 sentences), conventional commit format, no Claude annotations, and focuses on WHY not WHAT in summaries.

0
7
Free
Self-run
SKILL

All Declared Fixture

Fixture (b): every mandatory-step tool reference is declared in allowed-tools.

0
6
Free
Self-run
SKILL

Operator Interview

Interview an operator to elicit a buildable specification, then write it as a signed-off spec note in the host's Obsidian vault. Runs a hybrid funnel — context-free open questions, AskUserQuestion scoping batches with recommended defaults, gap probes, a bounded clarification gate, playback, and explicit sign-off. Build and dispatch are gated on frontmatter status: signed-off. Use when the operato…

0
10
Free
Self-run
SKILL

Dispatch Gate

Dispatch-readiness gate for background jobs. Before the operator launches a background agent (worktree job, subagent, or cross-repo dispatch), this skill checks the privacy gate (public destination + sensitive context?), classifies the job's billing pool (subscription vs metered — e.g. claude -p/Agent SDK/GitHub Actions — and requires explicit operator sign-off if metered), verifies the four slic…

0
7
Free
Self-run
SKILL

Undeclared Tool Fixture

Fixture (a): a mandatory step invokes a tool absent from allowed-tools.

0
9
Free
Self-run
SKILL

L1 Review

L1-over-L0 work-product review. Applies the shared L{N}-review 3-axis doctrine (Conformance / Process / Objective Advancement) to a single L0 PR. Reads but does NOT re-run L0's `/review`; treats its artifact as evidence for axis 2. Reads L0's `/review` verdict from the posted `<!-- review:metadata -->` PR marker (not the gitignored local file) as axis-2 evidence. Writes a local verdict record at…

0
10
Free
Self-run
SKILL

L2 Supervisor

Adopt the L2 supervisor role for a goal tree. Use when a session is told "you are L2", when /mbp:l2-supervisor is invoked, or when the operator describes L2 supervision. L2 is a KPI-driven controller that keeps three axes — Progress, Budget, Health — in band by proposing intervention L1s to the operator for approval. L2 does not write code, dispatch L0 work, or take any unilateral world-changing…

0
7
Free
Self-run
SKILL

Github Projects

Manage GitHub Projects V2 boards — list items by sprint, set status/sprint fields, add issues to boards, query field metadata. Use when working with GitHub project boards, sprint assignments, or board status transitions.

0
8
Free
Self-run
SKILL

Kb Capture

Capture / ingest bridge for the LLM Knowledge Base. Sweeps work-relevant Readwise HIGHLIGHTED sources (the operator highlights-then-archives, so highlights — not the inbox — are the signal) into the vault's raw/ queue for later /kb-compile; kb-tagged docs are captured unconditionally. A source is captured iff it has ≥1 highlight (notes count) AND is work-relevant, OR carries the kb tag. Capture w…

0
8
Free
Self-run
SKILL

Ci Feedback Loop

Monitor PR check status after push, auto-fix CI failures, and escalate when unable to fix. Use when an agent has pushed commits to a PR and needs to ensure checks pass before continuing.

0
9
Free
Self-run
SKILL

Pull Task

Pull the next task from a GitHub project board or Jira. Queries project items, filters by status and sprint, presents ranked candidates, and outputs the selected issue for workspace creation. Use when the user needs to pick their next task from the project board.

0
7
Free
Self-run
SKILL

Kb Lint

Report-only health check over the LLM Knowledge Base notes (reading the wider vault for connection candidates). Surfaces inconsistent/contradictory data, orphan notes, missing data web search could impute, and candidate new connections. Findings are report-only — any auto-fix is confined to KB-owned notes and reversible (git); off-limits and non-KB notes are proposals only. Operator-invoked via /…

0
10
Free
Self-run
SKILL

LN Lifecycle Doctrine

Shared doctrine reference for child-session lifecycle management at every supervision layer. Defines the generic child state machine (spawned→working→complete→retired, context-pressure axis, edge states), per-state entry/act/exit rules, complete-check guards, teardown discipline, idle-fleet handling, inter-actor inbox-on-nudge delivery (ac_message_send/ac_inbox_query/ac_ack; send-keys = wake nudg…

0
7
Free
Self-run
SKILL

L1 Supervisor

Adopt the L1 supervisor role for a goal tree. Use when a session is told "you are L1", when /mbp:l1-supervisor is invoked, or when the operator describes L1 supervision. Installs the standing contract — identity, source-of-truth precedence, tick procedure, permission and escalation rubrics, stop signal, orient triggers, and standing rules. Sits above goal-tree's operations and binds them into a c…

0
8
Free
Self-run
SKILL

Kb Core

Shared library for the LLM Knowledge Base skills (kb-capture, kb-compile, kb-lint). Holds the SPEC v2 §1 primitives — capture predicate, idempotency key, off-limits write-guard, KB-ownership check, concept-slug dedup, orphan detection — in one place so the three skills share one implementation. Reference/infrastructure content, not user-invocable; the three KB skills load its scripts.

0
10
Free
Self-run
SKILL

Review

Spawn parallel specialist review agents (security, simplicity, architecture, correctness) against a PR or branch diff. Synthesizes findings by severity. Use when the user requests a code review or invokes /claude-skills:review.

0
12
Free
Self-run
SKILL

Planning Workflow

Plan implementation tasks by validating the problem, reconciling DESIGN.md, searching past solutions, calibrating research depth, analyzing edge cases via SpecFlow, and generating living plans with checkable criteria. Use when starting implementation planning for a task or issue.

0
9
Free
Self-run
SKILL

Task Workflow

Manage development task workspaces with standardized structure including workspace creation, git worktree management, tmux session orchestration, GitHub issue integration, and progress tracking. Use when creating tasks, setting up workspaces, resuming work, listing tasks by status, navigating task plans, or finishing a workspace. Supports multi-repository projects with automated environment setup.

0
7
Free
Self-run
SKILL

Cadence Goals

Manage daily, weekly, monthly, quarterly, and yearly goal-setting loops from Obsidian periodic notes. Use when defining, reviewing, aligning, or updating cadence goals, when distinguishing today's execution from tomorrow or this week/month, or when converting a domain loop into nested annual, quarterly, monthly, weekly, and daily OODA slices.

0
10
Free
Self-run
SKILL

LN Review Doctrine

Shared doctrine reference for the Acceptance and Objective review skills (l1-review, l2-review). Holds the 3-axis checklist (Conformance, Process, Objective Advancement), the reviewer-independence and reviewer-worktree-discipline invariants, the work-type → required-verification map consumed by axis 2, the finding/verdict schema, and the self-PR posting caveat. This skill has no operations — it i…

0
8
Free
Self-run
SKILL

Ralph Wiggum

Scaffold a project for the Ralph Wiggum autonomous control loop. Use when setting up a new project for autonomous iteration, creating loop configuration files, or preparing specs for AI-driven development. Supports single-repo and multi-repo workspaces.

0
10
Free
Self-run
SKILL

Operator Interview Doctrine

Shared doctrine reference for operator-interview skills. Holds the question taxonomy (context-free questions first, then funnel), the ask-vs-default rule gated on reversibility, the adaptive-depth rubric, stop conditions, AskUserQuestion batch rules, the spec-note schema, and the sign-off protocol. This skill has no operations — it is reference content read by `/operator-interview` (and any calle…

0
9
Free
Self-run
SKILL

Self Verify

Self-verification capability for dispatched jobs. Before reporting "done," a job invokes this skill to check its own change against the 3-axis review doctrine (Conformance / Process / Objective-Advancement) by composing existing review tooling and tests, then emits a structured annotation artifact. The annotation is evidence for the operator's review — not a gate, not a blocker.

0
8
Free
Self-run
SKILL

Compound

Document a solved problem as a searchable solution note in the host's Obsidian vault. Captures a single fix with YAML frontmatter for QMD-based agent discovery; delegates the file write to the obsidian-notes skill.

0
9
Free
Self-run
SKILL

Wildcard Star Entry Fixture

Fixture (d): a bare * entry in allowed-tools means unrestricted; never flag.

0
10
Free
Self-run
SKILL

Kb Compile

Compile staged knowledge-base sources into the vault's native notes: one per-source summary (type: reference) plus fuller concept notes (type: zettel) in Notes/, cross-linked to Keywords/ term pages and surfaced through a KB MOC + Dataview. Incremental and idempotent; concept notes update in place. Bounded writes (never DevOps Documentation//Confluence/ or unrelated notes); edit safety is git + r…

0
12
Free
Self-run
SKILL

Diataxis

Project documentation using the Diataxis methodology. Scaffold docs structure, write documentation by type, or audit existing docs. Use when the user wants to create, organize, or improve documentation.

0
9
Free
Self-run
SKILL

Pr Review Fanout

Run the L1/L2 agent-review ladder across multiple open PRs concurrently instead of serially. Triggers when 2+ open PRs each need /l1-review and /l2-review before human review. Dispatches one delegated review agent per PR (each runs /l1-review then /l2-review sequentially, reading the posted L0 /review marker as evidence), collects verdicts, routes clean vs needs-work. Does not itself run /review,…

0
11
Free
Self-run
SKILL

Testing Without Mocks

Test-Driven Development (TDD) using the Testing Without Mocks pattern language. Create fast, maintainable, refactorable tests using Nullables instead of mocking frameworks. Supports sociable, state-based tests without broad integration tests. Use when implementing features with TDD, testing infrastructure code, or converting mock-based tests. Supports Python, Go, and Elixir.

0
7
Free
Self-run
SKILL

Skillify

Fast-capture entrypoint for turning a workflow just performed in this conversation into a skill. Reads back over the recent turns, drafts a lite SKILL.md (trigger description + steps + edge cases), and confirms with the user before writing anything. Hands off to skill-creator for the full interview/eval/benchmark loop only when the pattern warrants that investment. Use when the user says "skillif…

0
13
Free
Self-run
SKILL

Operator Review

>

0
10
Free
Self-run
SKILL

Self Improvement

Read recommendations from lessons learned documents and incrementally improve skills, commands, and agents. Use when user asks to improve skills from lessons, apply recommendations, or requests "/claude-skills:self-improvement".

0
8
Free
Self-run
SKILL

Mcp Hyphen Declared Fixture

Regression fixture: a hyphenated mcp__ tool that IS declared and IS mandated must not be flagged (no truncation false positive).

0
9
Free
Self-run
SKILL

Goal Tree

Orchestrate multi-task projects as hierarchical goal trees. Use when a project spans multiple tasks, repos, or sessions and needs coordinated decomposition, parallel dispatch, and synthesis. Sits above task-workflow — feeds work into workspaces, does not replace them.

0
10
Free
Self-run
SKILL

Improvement Loop

Adopt the improvement-loop role — the 'meta' track that runs alongside the operator's mission work (the operator's master session, advancing work via background subagents/workflows), either as the meta pane of a two-pane working session pair or as a standalone CoS-owned session. Use when told 'you are the improvement loop', 'you are pane 2', or 'you are meta', or when starting the meta side of a…

0
6
Free
Self-run
SKILL

Medical Records

File a medical After Visit Summary into the Obsidian vault as a structured, queryable record. Extracts vitals and visit metadata from the document text, writes a dated note with flat Number frontmatter properties (so Obsidian Bases and Dataview can trend vitals across visits), archives and embeds the source scan, and slots the note into the Medical Vitals base. Usually invoked by the scan-documen…

0
6
Free
Self-run
SKILL

Fix Then Re Review Ladder

Recovery loop driving a PR (or reviewed work product) from a NEEDS-WORK/findings-attached verdict back to CLEAN. Triggers when a /review, /l1-review, or /l2-review verdict is not CLEAN and the operator wants it resolved. Triages findings into fix-now vs operator-waivable, dispatches ONE scoped fix agent (sole-finisher on the branch/worktree, no rescoping), then re-runs the tier-appropriate ladder…

0
11
Free
You've reached the end · 44 loaded