cyberneticlibrary

The library

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

WORKS 48
Generate voiceover scriptcommandMarketingL1
voiceover · Creating quick Darija voiceover scripts for Karim's F2-format short-form content without full kit generation.
WORKS 48
Clean up git branchescommandEngineeringL2
clean · Automated cleanup of merged and stale branches while preserving main, dev, and gh-pages.
WORKS 48
Create conventional commitscommandEngineeringL1
cm · Creating intentional, audited Conventional Commits with proper scoping before pushing to origin.
WORKS 48
Commit and push branchcommandEngineeringL2
cp · Enforcing local lint/test/security checks before pushing, then triggering and awaiting remote CI-quality-gate validation.
WORKS 48
Create pull requestcommandEngineeringL2
pr · Automating PR creation only after CI validation completes, with proper labeling and reviewer notification.
WORKS 48
Audit plugin pipelinecommandEngineeringL3
plugin-audit · Comprehensive 8-phase audit ensuring skill meets structure, quality, security, marketplace, and domain-specific review standards.
WORKS 48
Run local review gatecommandEngineeringL2
review · Pre-push validation gate ensuring YAML workflows, JSON schemas, Python syntax, and markdown links are all correct before committing.
WORKS 48
Run security scancommandEngineeringL2
security-scan · Pre-commit security gate to prevent accidental secret commits and flag CVEs before pushing to remote.
WORKS 53
Audit and optimize SEOcommandMarketingL1
seo-auditor · Bulk documentation SEO improvement across all pages: titles, descriptions, keywords, readability, link integrity, and sitemap consistency.
WORKS 48
Update all documentationcommandEngineeringL1
update-docs · Post-creation workflow ensuring new skills reach all platforms (Codex, Gemini, OpenClaw), marketplace stays current, and docs auto-generate.
WORKS 48
Research priority ticketscommandEngineeringL1
ralph_research · Systematic issue research workflow: prioritize, investigate codebase and external sources, synthesize findings, attach to issue and move to review.
WORKS 52
Find code vulnerability patternscommandEngineeringL2
contracts:audit-variants · Security audit: find and classify variants of a known vulnerability pattern across the entire repo, separating confirmed/probable/false-positive.
WORKS 48
Configure safety guardrails for developmentcommandEngineeringL1
harness · Prevent infinite loops and unwanted file changes in autonomous Claude Code sessions via iteration caps, timeouts, protected paths, and required checks.
WORKS 48
Consult expert LLM council on decisionscommandL1
council · Soliciting diverse perspectives on architecture/tech/implementation decisions by running a query through multiple LLMs and synthesizing a consensus.
WORKS 48
Capture task ideas as todoscommandProductivityL1
gsd:add-todo · Context-preserving task capture during active work: record idea/task without derailing current session, with enough detail for future Claude to understand.
WORKS 48
Run focused discussion to reach conclusioncommandL2
{"Spectra":"Discuss","description":"Have a focused discussion about a topic and reach a conclusion","category":"Workflow","tags":["workflow","discuss","thinking"]} · Structured design discussion that narrows options, surfaces key trade-offs, makes a recommendation, and converges on a decision before implementation.
WORKS 54
Critique PR review for accuracycommandEngineeringL1
review-the-review · Secondary review gate: catch sycophancy, false positives, and missed issues in bot reviews; converge on approve/request-changes/defer via up to 10 rounds.
WORKS 48
Generate git commit messagescommandEngineeringL1
func-commit-message · Commit message generation: analyzes staged changes and drafts a message following conventional commit format, seven rules, and imperative mood.
WORKS 48
Optimize CI workflow performancecommandEngineeringL2
optimize · CI performance tuning: measure baseline, identify bottleneck steps, detect common issues (concurrency, caching, runner size), recommend Blacksmith optimizations.
WORKS 48
Query knowledge base for answerscommandL2
wiki-query · Knowledge synthesis: find relevant wiki pages, synthesize answer with [[wikilink]] citations, optionally save synthesis page for reuse.
WORKS 48
Enter document-driven development modecommandEngineeringL1
ddd · Multi-phase development workflow: start with requirements, move through specs/plan/implementation/documentation, with explicit approval gates between phases.
WORKS 48
Start local development environmentcommandEngineeringL2
dev · Quick local dev startup: orchestrates Docker middleware, FastAPI backend, dual Vue frontends (admin + web) on unified Nginx gateway.
WORKS 48
Handle git tasks with conventionscommandEngineeringL1
git · Enforced git workflow: branch names (type/scope-description), commits (conventional format), avoids destructive ops, detects and prevents secret commits.
WORKS 48
Audit registry for violationscommandEngineeringL2
registry-audit · Read-only component registry verification: checks registry/filesystem alignment, schema validity, dependency validity, and circularity.
WORKS 48
Fix BTC E2E test failurescommandEngineeringL2
fix-btc-e2e-p5 · Native SegWit single-sig BTC test repair: targets bech32 addresses, wpkh descriptors, Pattern 5 workflows.
WORKS 48
Run pre-release checklistcommandEngineeringL1
release-checklist · Structured release process: pre-release validation, tests/security/docs verification, staging tests, production deployment, post-deploy monitoring, rollback plan.
WORKS 55
Generate X threads from contentcommandMarketingL1
publisher-x · Turning long-form content into multi-format social media threads with minimal effort
WORKS 54
Review strategic plans with CEO lenscommandOpsL1
gstack-plan-ceo-review · CEO/founder-level plan review where scope control and ambition calibration matter
WORKS 51
Check code for AI agent patternscommandEngineeringL1
vibe-check · Pre-commit quality check when AI agents have contributed code
WORKS 48
Start guided learning sessioncommandProductivityL1
analysis-learn · Structured onboarding to data analysis workflows with feedback loops and skill progression
WORKS 55
Audit pages for SEO issuescommandMarketingL2
web:seo-audit · Pre-launch SEO validation when site structure and metadata tuning are critical
WORKS 48
Validate decisions with consensus panelcommandL1
validate-consensus · High-stakes design decisions where independent expert review reduces blind spots
WORKS 48
Find performance bottlenecks fastcommandEngineeringL3
perf · Full-stack mobile perf audit when you need to find unbounded queries and memory leaks simultaneously
WORKS 48
Execute tasks with window optimizationcommandL1
local.implement · Multi-phase implementation where context window and task state must be preserved across sessions
WORKS 48
Prepare new framework releasecommandEngineeringL1
release · Multi-file version synchronization when human approval before commit is required
WORKS 48
Draft pull request descriptioncommandEngineeringL1
git-pr-description · Structuring PR descriptions when coverage of every commit is non-negotiable
WORKS 48
Install skill domain into projectcommandEngineeringL2
install-domain · Bulk-deploying skill packages across multiple agent projects
WORKS 48
Install skill bundle into projectcommandEngineeringL1
install-bundle · Quick onboarding of new projects with a comprehensive skill set
WORKS 48
Promote priority issues for reviewcommandOpsL1
champion-issue-promo · Three-tier approval workflow ensuring only goal-aligned issues reach the backlog
WORKS 48
Cluster instincts into reusable skillscommandEngineeringL2
evolve · Continuous code quality improvement when you need structured feedback on engineering patterns
WORKS 48
Run spaced-review for knowledge vaultcommandProductivityL1
recall · Retrieving domain expertise without cloud egress when privacy is critical
WORKS 48
Run full pre-commit check suitecommandEngineeringL1
pre-commit · Preventing common mistakes from reaching version control
WORKS 54
Identify and fix security issuescommandEngineeringL1
security-review · Pre-release security scanning when compliance and threat coverage matter
WORKS 48
Extract design system valuescommandProductL1
devlyn.design-system · Single-source-of-truth design system when consistency across products is required
WORKS 55
Run all pre-merge gates in parallelcommandEngineeringL1
release-check · Preventing incomplete releases through automated safety checks
WORKS 48
Check diff coverage against CI gatescommandEngineeringL1
coverage-diff · Preventing coverage regressions when test quality gates are enforced
WORKS 48
Connect landing page to email funnelcommandMarketingL3
workshop-marketing:pagina-active · Connecting high-conversion capture pages to email automation without backend overhead or Zapier friction.
WORKS 48
Broadcast message to all agentscommandOpsL2
adjutant.broadcast · Coordinating standing orders or announcements across a live swarm of distributed agents in real-time.
WORKS 48
Capture and monitor LSP logscommandEngineeringL2
watchlogs · Debugging LSP editor integration when client-side requests (completions, hover) behave unexpectedly.
WORKS 48
Apply OpenSpec changes to codebasecommandEngineeringL2
OPSX: Apply · Executing spec-driven implementation with fluid artifact refinement and enforced task tracking.
page 5 / 11