cyberneticlibrary

The library

Everything we index — ranked by what works, never by stars.

WORKS 27
Report progress across active sessionscommandOpsL1-8pp measured
sprint-status · Quick snapshot of progress across parallel Claude Code sessions before switching contexts.
WORKS 27
Create agency brand marketing profilecommandMarketingL1-8pp measured
brand-setup · When you are an agency managing multiple client brands and need one canonical profile that auto-loads into every marketing skill without manual context-switching.
WORKS 58
Generate SQL queries from natural languagecommandDataL1
write-query · Quickly drafting SQL exploratory queries without manual syntax lookup.
WORKS 52
Audit site for technical SEO compliancecommandMarketingL1
seo-auditor · Content teams and developers launching sites who want a quick checklist for on-page SEO (meta tags, headings, images, structured data).
WORKS 58
Rewrite roadmaps as outcome-focused planscommandProductL1
transform-roadmap · Product teams transitioning from output-focused to outcome-focused planning, especially before executive presentations or quarterly planning.
WORKS 56
Pressure-test product requests before spec writingcommandProductL1
plan-ceo-review · Founders and product managers blocking time BEFORE spec writing to validate that the requested feature is actually the right product.
WORKS 58
Check SaaS financial healthcommandFinanceL1
financial-health · Quick SaaS financial diagnosis when you need investor-ready health snapshot.
WORKS 56
Create and score quarterly OKRscommandOpsL1
okr · Engineering and product teams running quarterly planning cycles who want consistent OKR structure with clear scoring rubrics.
WORKS 53
Convert raw notes into structured action itemscommandOpsL1
meeting-notes · Converting raw meeting notes into structured summaries with clear action items for tracking.
WORKS 58
Plan and manage sprint lifecyclecommandOpsL1
sprint · Teams running 1-2 week sprints who need capacity estimation, story selection, and structured retrospectives in one workflow.
WORKS 52
Track sprint progress with red/yellow/green signalscommandOpsL1
sprint-health · Scrum masters and engineering leads running daily standups who need a quick health check with clear red/yellow/green signals.
WORKS 53
Prepare sprint backlog and capacity plancommandOpsL1
sprint-plan · Scrum masters facilitating sprint planning who need a structured template to fill capacity, identify risks, and align the team on goals.
WORKS 53
Score and rank PM candidates systematicallycommandHRL1
recruiting-process-interview · Systematically evaluating multiple PM candidates against the same opening using a consistent 4-dimension scoring model that produces comparable rankings.
WORKS 59
Set up brand guidelines for investor documentscommandMarketingFinanceL1
brand-config · Real estate fund managers or CRE groups producing repeated investor-facing documents who want consistent visual identity across pitch decks, memos, and LP updates.
WORKS 48
Format code and create pull requestcommandEngineeringL1
pr · One-command workflow to atomically format, stage, and push a PR without manual git steps.
WORKS 48
Toggle knowledge work modecommandL1
km · Switching cognitive modes (e.g., from coding to research) without losing session continuity.
WORKS 48
Answer code navigation and impact questionscommandEngineeringL1
Q · MCP-first code intelligence queries when you need call/def/ref across the whole codebase without manual grep.
WORKS 48
Run ChunkHound QA scriptcommandEngineeringL1
qa · Verifying semantic and regex search implementations work correctly across all file types and languages without blocking or pagination bugs.
WORKS 58
Review uncommitted code changescommandEngineeringL1
cr · Catching language-specific bugs and design issues before commit by applying both project-local and generic review profiles to changed code.
WORKS 48
Run CI checks locallycommandEngineeringL1
ci · Testing a Haskell-to-Rocq compiler change locally before pushing by running the exact GitHub Actions workflow steps without Docker.
WORKS 48
Manage outcomes and task trackingcommandOpsL1
do · Managing multi-wave work streams where wave-dependent model routing and context-aware task selection accelerate delivery over manual task picking.
WORKS 48
Manage agent-view sessionscommandEngineeringL1
av · Programmatically launching and controlling multiple AI agent sessions without TUI overhead when orchestrating batch work or CI/CD-driven agent tasks.
WORKS 58
Create clean PR with planning artifactscommandEngineeringL1
pr · Separating code review (clean diff) from planning artifact archiving, allowing reviewers to focus on implementation while preserving design rationale as write-once history.
WORKS 48
Configure recursive language model modecommandEngineeringL1
rlm · Deep codebase analysis on large repositories requiring multi-level reasoning without manual context pruning, routing models and tool access by depth/effort.
WORKS 48
Run MySQL queries on Docker databasecommandDataEngineeringL1
db · Quick ad-hoc database queries during development when Docker Compose is the deployment model and CLI access is faster than GUI tools.
WORKS 48
Execute ox hash commandcommandL1
ox · Maintaining team coding standards and recording agent execution traces when working in a SageOx-enabled team project.
WORKS 48
Verify code quality and typescommandEngineeringL1
qf · Gate code commits and PRs by enforcing type safety, linting, and RDO-specific conventions (database, auth, MUI Grid v2) before review.
WORKS 48
Complete sprint or phasecommandOpsL1
fi · Marking a sprint or phase complete by bundling build verification, documentation updates, dialog export, and git history into a single protocol.
WORKS 48
Read evidence standards guidecommandL1
es · Grounding agent fact-checking in explicit evidence standards when making claims, combining project-agnostic and project-specific validation rules.
WORKS 48
Update Claude environment preferencescommandEngineeringL1
up · Synchronizing new project or environment preferences across all AI tools (Claude, Codex, Gemini, Cursor) in a single command.
WORKS 48
Access developer tools hubcommandEngineeringL1
dev · Routing developer tasks to the right specialist agent (debug, review, refactor, commit, PR) without manual agent selection overhead.
WORKS 48
Stage and commit changescommandEngineeringL1
sc · Bundling file staging and commit creation into a single operation when no complex git workflow (rebase, cherry-pick) is needed.
WORKS 48
View workspace status dashboardcommandOpsL1
ws · Monitoring current project phase and task progress.
WORKS 48
Assume product owner rolecommandProductL1
po · Managing product backlog and feature documentation.
WORKS 48
Toggle dashboard display modecommandOpsL1
ts · Switching between compact and full view modes.
WORKS 48
Storing and retrieving project documentation.commandOpsL1
kb · Storing and retrieving project documentation.
WORKS 48
Bypass workflow for quick taskscommandOpsL1
x · Quick code exploration, one-line fixes, research without PM ceremony.
WORKS 48
Plan new work itemcommandOpsL1
p · Creating tracked work items with clear acceptance criteria, subtask support, and OSS-safe PM artifacts.
WORKS 48
Start a task sessioncommandProductivityL1
s · Transitioning a planned task into in-progress with branch setup and status tracking.
WORKS 48
Wrap up and save session contextcommandProductivityL1
w · Preserving session knowledge, decisions, and next steps before memory reset or long breaks.
WORKS 48
Quick status checkcommandProductivityL1
st · Fast status check without scanning vault or task files.
WORKS 48
Load ML service domain contextcommandEngineeringL1
ml · Initializing domain context for Earth Engine geospatial and time-series forecasting work.
WORKS 48
Analyze with business perspectivecommandProductL1
ba · Solutioning Claude Code Config Manager features through multi-expert analysis and wireframe-driven design.
WORKS 48
Ensure implementation Always WorkscommandEngineeringL1
aw · Ensuring AI-generated code changes actually work in production before shipping user-facing features.
WORKS 49
Find bugs and vulnerabilitiescommandEngineeringL1
codexreview · Finding hidden security vulnerabilities and data integrity bugs in adversarial code review mode.
WORKS 48
Create architecture decision recordcommandEngineeringL1
adr · Documenting architecture decisions and their trade-offs in a searchable, versioned format.
WORKS 48
Generate feature specificationcommandProductL1
s · Turning vague feature ideas into testable specifications with clear acceptance criteria.
WORKS 48
Generate commit message from changescommandEngineeringL1
cm · Generating conventional commit messages that match project style from staged changes.
WORKS 48
Start development environmentcommandEngineeringL1
dev · Starting local development server with environment setup.
WORKS 48
Create git worktree for featurecommandEngineeringL1
wt · Running workflow task definitions and automation routines.
page 1 / 7