← all publishers

ci

@ci source repo

77 published skills

  1. Herdr · ci bundle
    Control herdr from inside it. Manage workspaces and tabs, split panes, spawn agents, read output, and wait for state changes — all via CLI commands that talk to the running herdr instance over a local unix socket. Use when running inside herdr (HERDR_ENV=1).
    0
    installs
  2. Session Viewer · ci bundle
    Render Codex, Claude Code, OpenClaw, or Pi session JSONL transcripts as a searchable, shareable single-file HTML viewer.
    0
    installs
  3. Ce Report Bug · ci
    Report a bug in the compound-engineering plugin
    0
    installs
  4. Ce Test Xcode · ci
    Build and test iOS apps on simulator using XcodeBuildMCP. Use after making iOS code changes, before creating a PR, or when verifying app behavior and checking for crashes on simulator.
    0
    installs
  5. Ce Polish Beta · ci bundle
    [BETA] Start the dev server, open the feature in a browser, and iterate on improvements together.
    0
    installs
  6. Ce Release Notes · ci bundle
    Summarize recent compound-engineering plugin releases, or answer a specific question about a past release with a version citation. Use when the user types `/ce-release-notes` or asks "what changed in compound-engineering recently?" or "what happened to `<skill-name>`?".
    0
    installs
  7. Ce Frontend Design · ci
    Build web interfaces with genuine design quality, not AI slop. Use for any frontend work - landing pages, web apps, dashboards, admin panels, components, interactive experiences. Activates for both greenfield builds and modifications to existing applications. Detects existing design systems and respects them. Covers composition, typography, color, motion, and copy. Verifies results via screenshots before declaring done.
    0
    installs
  8. Ce Agent Native Audit · ci
    Run comprehensive agent-native architecture review with scored principles
    0
    installs
  9. Tdd · ci bundle
    Build or fix code with test-driven development.
    0
    installs
  10. Teach · ci bundle
    Teach the user a new skill or concept, within this workspace.
    0
    installs
  11. Handoff · ci bundle
    Write a path-free handoff prompt for another agent and copy it to clipboard.
    0
    installs
  12. Openhue · ci bundle
    Control Philips Hue lights/scenes via the OpenHue CLI.
    0
    installs
  13. Diagnose · ci bundle
    Debug bugs or performance regressions with a reproducible loop.
    0
    installs
  14. Grill Me · ci bundle
    Stress-test a plan through one-question-at-a-time interview.
    0
    installs
  15. Humanizer · ci bundle
    Humanize AI-sounding text.
    0
    installs
  16. Implement · ci bundle
    Implement a piece of work based on a spec or set of tickets.
    0
    installs
  17. Code Review · ci bundle
    Review code changes against repository standards and the originating specification.
    0
    installs
  18. Domain Modeling · ci bundle
    Build or refine a project's domain model and terminology.
    0
    installs
  19. Improve Codebase Architecture · ci bundle
    Find architecture refactors that improve module depth and testability.
    0
    installs
  20. Jj · ci bundle
    Jujutsu (jj) — the Git-compatible version control system. Activate ONLY when a .jj/ directory is present in the project or when jj/jujutsu is explicitly mentioned. Do NOT activate for plain git repos without .jj/. Use for any VCS operations in jj-managed projects: commit, push, pull, branch, bookmark, rebase, squash, merge, diff, log, status, working copy, change ID, revset, fileset, template, configuration, workspaces.
    0
    installs
  21. Jjpr · ci bundle
    Manage stacked pull requests with jjpr in Jujutsu repositories.
    0
    installs
  22. Land · ci bundle
    Merge a finished PR or PR stack and tear down the session workspace or worktree. Only on a direct ask: /land, 'land it', or 'merge and clean up'. Never proactively.
    0
    installs
  23. Lfg · ci bundle
    Full autonomous engineering workflow
    0
    installs
  24. Propose · ci bundle
    Investigate a problem and present options with pros/cons and a recommendation — no implementation. Use for /propose, 'propose some ideas', 'explore solutions with pros/cons', 'what would you do'.
    0
    installs
  25. To Spec · ci bundle
    Turn the current conversation into a project specification.
    0
    installs
  26. Grilling · ci bundle
    Stress-test a plan, decision, or idea one question at a time.
    0
    installs
  27. Research · ci bundle
    Research a question using primary sources and record the findings.
    0
    installs
  28. Thoughts · ci bundle
    Investigate, verify, and report without making any changes — run local checks, then wait for a go/no-go. Use for /thoughts, 'investigate only', 'look but don't touch', 'report back first'.
    0
    installs
  29. Effect TS · ci bundle
    Work in TypeScript repositories using Effect, including services, layers, schemas, typed errors, streams, runtimes, and tests.
    0
    installs
  30. Github Pr · ci bundle
    This skill should be used when working with GitHub pull requests, reviewing PRs, creating PRs, checking PR status, viewing PR comments, analyzing CI failures, or using gh CLI commands. Emphasizes token-efficient patterns using filters, file buffers, and targeted queries.
    0
    installs
  31. Prototype · ci bundle
    Build throwaway prototypes for logic, state, or UI questions.
    0
    installs
  32. Wayfinder · ci bundle
    Plan large work as a map of dependency-aware decision tickets.
    0
    installs
  33. Ce Plan · ci bundle
    Create structured plans for any multi-step task -- software features, research workflows, events, study plans, or any goal that benefits from structured breakdown. Also deepen existing plans with interactive review of sub-agent findings. Use for plan creation when the user says 'plan this', 'create a plan', 'write a tech plan', 'plan the implementation', 'how should we build', 'what's the approach for', 'break this down', 'plan a trip', 'create a study plan', or when a brainstorm/requirements document is ready for planning. Use for plan deepening when the user says 'deepen the plan', 'deepen my plan', 'deepening pass', or uses 'deepen' in reference to a plan. For exploratory or ambiguous requests where the user is unsure what to do, prefer ce-brainstorm first.
    0
    installs
  34. Ce Work · ci bundle
    Execute work efficiently while maintaining quality and finishing features
    0
    installs
  35. Autoreview · ci bundle
    Auto Review closeout for Git and Jujutsu changes. Uses Amp by default in Amp orbs and Codex elsewhere.
    0
    installs
  36. Share Page · ci bundle
    Publish an HTML page to the personal share domain share.ca7.ir. Explicit trigger only: /share-page, 'publish this on share.ca7.ir', 'put this on my share domain'. Do NOT trigger on generic 'share' wording, Artifacts, or claude.ai sharing.
    0
    installs
  37. To Tickets · ci bundle
    Break a plan or specification into dependency-aware implementation tickets.
    0
    installs
  38. Transcribe · ci bundle
    Speech-to-text with local NVIDIA Parakeet (NeMo) via the transcribe CLI.
    0
    installs
  39. Ce Debug · ci bundle
    Systematically find root causes and fix bugs. Use when debugging errors, investigating test failures, reproducing bugs from issue trackers (GitHub, Linear, Jira), or when stuck on a problem after failed fix attempts. Also use when the user says 'debug this', 'why is this failing', 'fix this bug', 'trace this error', or pastes stack traces, error messages, or issue references.
    0
    installs
  40. Ce Proof · ci bundle
    Create, share, view, comment on, edit, and run human-in-the-loop review loops over markdown documents via Proof, the collaborative markdown editor at proofeditor.ai ("Proof editor"). Use when the user wants to render or view a local markdown file in Proof, share markdown to get a URL, iterate collaboratively on a Proof doc, comment on or suggest edits in Proof, HITL a spec/plan/draft for human review, sync a Proof doc back to local, or work from a proofeditor.ai URL. Trigger on phrases like "view this in proof", "share to proof", "iterate with proof", or "HITL this doc", and on ce-brainstorm / ce-ideate / ce-plan handoffs for human review. Also match clear requests for a rendered/shared markdown review surface even if the user does not name Proof. Do not trigger on "proof" meaning evidence, math/logic proof, burden of proof, proof-of-concept, or bare "proofread this" requests where inline text review is expected.
    0
    installs
  41. Ce Setup · ci bundle
    Diagnose and configure compound-engineering environment. Checks CLI dependencies, plugin version, and repo-local config. Offers guided installation for missing tools. Use when troubleshooting missing tools, verifying setup, or before onboarding.
    0
    installs
  42. Codex First · ci bundle
    Route implementation work to Codex CLI; Claude specs, reviews, verifies.
    0
    installs
  43. Pr Closeout · ci bundle
    Close out a branch or PR with clean commit boundaries, autoreview loops, focused fixes, validation gates, and stacked-PR support.
    0
    installs
  44. Ce Commit · ci
    Create a git commit with a clear, value-communicating message. Use when the user says "commit", "commit this", "save my changes", "create a commit", or wants to commit staged or unstaged work. Produces well-structured commit messages that follow repo conventions when they exist, and defaults to conventional commit format otherwise.
    0
    installs
  45. Ce Ideate · ci bundle
    Generate and critically evaluate grounded ideas about a topic. Use when asking what to improve, requesting idea generation, exploring surprising directions, or wanting the AI to proactively suggest strong options before brainstorming one in depth. Triggers on phrases like 'what should I improve', 'give me ideas', 'ideate on X', 'surprise me', 'what would you change', or any request for AI-generated suggestions rather than refining the user's own idea.
    0
    installs
  46. Explain Diff · ci bundle
    Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.
    0
    installs
  47. One Password · ci bundle
    1Password/op: service-account first, targeted secret read/store/inject, tmux.
    0
    installs
  48. Nix Flake Update · ci
    Update Nix flake inputs in persops. Use when asked to update flake.lock/inputs, update AI inputs (codex-cli-nix, claude-code-nix, llm-agents), or run full `nix flake update`, then verify with `nix flake check` and commit the update-only changes.
    0
    installs
  49. Agent Browser · ci bundle
    Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools.
    0
    installs
  50. Review Branch · ci bundle
    Read-only review of a branch or PR from origin in an isolated workspace or worktree — investigate, triage review comments, report; no changes.
    0
    installs
  51. Deploying Persops · ci
    Deploys persops configurations to aglaea and amalthea. Use when asked to build, apply, switch, or deploy persops locally or through an Amp runner.
    0
    installs
  52. Ce Compound · ci bundle
    Document a recently solved problem to compound your team's knowledge
    0
    installs
  53. Ce Optimize · ci bundle
    Run metric-driven iterative optimization loops. Define a measurable goal, build measurement scaffolding, then run parallel experiments that try many approaches, measure each against hard gates and/or LLM-as-judge quality scores, keep improvements, and converge toward the best solution. Use when optimizing clustering quality, search relevance, build performance, prompt quality, or any measurable outcome that benefits from systematic experimentation. Inspired by Karpathy's autoresearch, generalized for multi-file code changes and non-ML domains.
    0
    installs
  54. Ce Sessions · ci
    Search and ask questions about your coding agent session history. Use when asking what you worked on, what was tried before, how a problem was investigated across sessions, what happened recently, or any question about past agent sessions. Also use when the user references prior sessions, previous attempts, or past investigations — even without saying 'sessions' explicitly.
    0
    installs
  55. Ce Worktree · ci bundle
    Create an isolated git worktree for parallel feature work or PR review. Use when starting work that should not disturb the current checkout, or when `ce-work` or `ce-code-review` offers a worktree option.
    0
    installs
  56. Claude Consult · ci bundle
    Consult Claude Fable for an owner-requested second opinion.
    0
    installs
  57. Delegate Herdr · ci bundle
    Delegate tasks through Herdr with explicit agent, model, reasoning, permissions, status tracking, output capture, and cleanup. Use when asked to run work via Herdr or spawn a named CLI agent in a Herdr session.
    0
    installs
  58. Repro Fidelity · ci bundle
    Reproduce reported bugs with the relevant runtime, version, deployment shape, and state model before accepting the diagnosis or root cause.
    0
    installs
  59. Spotify Player · ci bundle
    Terminal Spotify playback/search via spogo (preferred) or spotify_player.
    0
    installs
  60. Ce Demo Reel · ci bundle
    Capture a visual demo reel (GIF, terminal recording, screenshots) for PR descriptions. Use when shipping UI changes, CLI features, or any work with observable behavior that benefits from visual proof. Also use when asked to add a demo, record a GIF, screenshot a feature, show what changed visually, create a demo reel, capture evidence, add proof to a PR, or create a before/after comparison.
    0
    installs
  61. Ce Work Beta · ci bundle
    [BETA] Execute work with external delegate support. Same as ce-work but includes experimental Codex delegation mode for token-conserving code implementation.
    0
    installs
  62. Ce Brainstorm · ci bundle
    Explore requirements and approaches through collaborative dialogue before writing a right-sized requirements document and planning implementation. Use for feature ideas, problem framing, when the user says 'let's brainstorm', or when they want to think through options before deciding what to build. Also use when a user describes a vague or ambitious feature request, asks 'what should we build', 'help me think through X', presents a problem with multiple valid solutions, or seems unsure about scope or direction — even if they don't explicitly ask to brainstorm.
    0
    installs
  63. Ce Doc Review · ci bundle
    Review requirements or plan documents using parallel persona agents that surface role-specific issues. Use when a requirements document or plan document exists and the user wants to improve it.
    0
    installs
  64. Ce Code Review · ci bundle
    Structured code review using tiered persona agents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR.
    0
    installs
  65. Ce Test Browser · ci
    Run browser tests on pages affected by current PR or branch
    0
    installs
  66. Github Deep Review · ci bundle
    GitHub deep review: bugs, PRs, best fix, stale-or-real, read-code-first.
    0
    installs
  67. Ce Commit Push Pr · ci
    Commit, push, and open a PR with an adaptive, value-first description. Use when the user says "commit and PR", "push and open a PR", "ship this", "create a PR", "open a pull request", "commit push PR", or wants to go from working changes to an open pull request in one step. Also use when the user says "update the PR description", "refresh the PR description", "freshen the PR", or wants to rewrite an existing PR description. Produces PR descriptions that scale in depth with the complexity of the change, avoiding cookie-cutter templates.
    0
    installs
  68. Ce Pr Description · ci
    Write or regenerate a value-first pull-request description (title + body) for the current branch's commits or for a specified PR. Use when the user says 'write a PR description', 'refresh the PR description', 'regenerate the PR body', 'rewrite this PR', 'freshen the PR', 'update the PR description', 'draft a PR body for this diff', 'describe this PR properly', 'generate the PR title', or pastes a GitHub PR URL / #NN / number. Also used internally by ce-commit-push-pr (single-PR flow) and ce-pr-stack (per-layer stack descriptions) so all callers share one writing voice. Input is a natural-language prompt. A PR reference (a full GitHub PR URL, `pr:561`, `#561`, or a bare number alone) picks a specific PR; anything else is treated as optional steering for the default 'describe my current branch' mode. Returns structured {title, body_file} (body written to an OS temp file) for the caller to apply via gh pr edit or gh pr create — this skill never edits the PR itself and never prompts for confirmation.
    0
    installs
  69. Ce Slack Research · ci
    Search Slack for interpreted organizational context -- decisions, constraints, and discussion arcs that shape the current task. Produces a research digest with cross-cutting analysis and research-value assessment, not raw message lists. Use when searching Slack for context during planning, brainstorming, or any task where organizational knowledge matters. Trigger phrases: 'search slack for', 'what did we discuss about', 'slack context for', 'organizational context about', 'what does the team think about', 'any slack discussions on'. Differs from slack:find-discussions which returns individual message results without synthesis.
    0
    installs
  70. Purpose Orchestrator · ci bundle
    Orchestrate delegated work for a named purpose or project: create and monitor Codex worker threads, prepare decision-ready items, enforce proof gates, and report status.
    0
    installs
  71. Ce Session Extract · ci bundle
    Extract conversation skeleton or error signals from a single session file at a given path. Invoked by session-research agents after they have selected which sessions to deep-dive — not intended for direct user queries.
    0
    installs
  72. Ce Compound Refresh · ci bundle
    Refresh stale learning docs and pattern docs under docs/solutions/ by reviewing them against the current codebase, then updating, consolidating, replacing, or deleting the drifted ones. Trigger this skill when the user asks to refresh, audit, sweep, clean up, or consolidate stale docs in docs/solutions/ (phrases like "refresh my learnings", "audit docs/solutions/", "clean up stale learnings", "consolidate overlapping docs", "compound refresh", "/ce-compound-refresh"), or when ce-compound has just captured a new learning and flagged a specific older doc in docs/solutions/ as now inaccurate or superseded — invoke with the narrow scope hint ce-compound provides. Also trigger when the user points at a specific learning or pattern doc under docs/solutions/ and calls it stale, outdated, overlapping, or drifted. Do not trigger for general refactor, migration, debugging, or code-review work unless the user has explicitly directed attention to docs/solutions/ itself.
    0
    installs
  73. Persops Install Skills · ci bundle
    Add or update agent skills in ~/p/persops, including vendoring upstream skills into modules/ai/skills, choosing the right propagation profile (`all`, `coding`, `claw`, `codex`), updating metadata, and applying local+remote Nix switches. Use when the user asks to add a skill, install a skill, update a skill, make a coding skill, make a Codex-only skill, or make a claw/openclaw/clawdbot-only skill in persops.
    0
    installs
  74. Ce Session Inventory · ci bundle
    Discover session files for a repo across Claude Code, Codex, and Cursor, and extract session metadata (timestamps, branch, cwd, size, platform). Invoked by session-research agents — not intended for direct user queries.
    0
    installs
  75. Setup Matt Pocock Skills · ci bundle
    Configure a repository for the planning and engineering skills.
    0
    installs
  76. Ce Resolve Pr Feedback · ci bundle
    Resolve PR review feedback by evaluating validity and fixing issues in parallel. Use when addressing PR review comments, resolving review threads, or fixing code review feedback.
    0
    installs
  77. Ce Agent Native Architecture · ci bundle
    Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying systems, or building apps where features are outcomes achieved by agents operating in a loop.
    0
    installs