cyberneticlibrary

The library

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

WORKS 48
Build with Supabase (Auth, Database, Functions)skillEngineeringL3
supabase · This supabase beats generic alternative approaches.
WORKS 48
Serve skill definitions to any MCP clientskillEngineeringL2
claude-commands-mcp · Serving skill definitions from git repos beats manual CLI installation.
WORKS 48
Control Supacode from the terminalskillEngineeringL2
supacode-cli · Generated and tested migrations beat manual SQL writing.
WORKS 48
Resume paused experimentsskillProductEngineeringL2
resume · Auto-built resume from work history beats manual editing.
WORKS 59
Explore and iterate UI/UX designsskillProductEngineeringL2
superdesign · Systemic design generation beats one-off mockups.
WORKS 59
Orchestrate full scrum project lifecycleskillOpsEngineeringL3
claude-scrum-skill · Automated scrum ceremonies and sprint tracking beats manual coordination.
WORKS 48
Run BM25 keyword search on collectionsskillEngineeringDataL2
2506-keyword_search_c279eebe · Indexed keyword search beats browsing untagged prompt files.
WORKS 48
Access 50+ UI styles and design rulesskillProductEngineeringL1
vyre-skill · When a coding agent needs design taste and consistent color/spacing tokens to avoid raw hex and generic UI.
WORKS 48
Run and repair quality gate failuresskillEngineeringL2
quality-gate-repair-assistant · When CI quality gates fail and local repo needs repair in deterministic order (env → format → lint → type → test).
WORKS 48
Deploy faircopy plugin for Claude CodeskillEngineeringL2
plugin · When Astro/marketing-copy projects need automated lint-on-edit to catch prose errors before turn completion.
WORKS 48
Launch SkullbonezCore runtimeskillEngineeringL2
skore-launch · Windows/PowerShell development workflow where asset paths are relative to repo root.
WORKS 48
Plan large-scale parallelized deliveryskillOpsEngineeringL3
swarm-architect · Large-scale (70-80+ task) engineering delivery that needs phase/wave parallelization and GitHub issue sync.
WORKS 48
Control Playwright browser automationskillEngineeringL2
cli · High-throughput coding agents balancing web automation with large codebase context (avoids heavy MCP page-tree).
WORKS 48
Maintain VitePress plugin documentationskillEngineeringL1
426-documentation_fa1f1931 · When codebase lacks documentation and needs auto-generated baseline.
WORKS 48
Build thread-safe data persistence in SwiftskillEngineeringL3
swift-actor-persistence · Swift concurrency apps needing lightweight actor state persistence without database overhead.
WORKS 48
Analyze and create documentationskillEngineeringL2
docs-skills · Automating skill documentation generation to keep docs in sync with code.
WORKS 48
Extract and summarize pull request feedbackskillEngineeringL1
get-pr-comments · When CI needs to consume PR review feedback for automated code quality scoring or report generation.
WORKS 48
Migrate to Swift 6.2 concurrencyskillEngineeringL2
swift-concurrency-6-2 · Swift projects adopting strict concurrency (6.2+) and needing systematic data-race elimination.
WORKS 48
Fix Swift concurrency diagnosticsskillEngineeringL2
swift-concurrency-expert · Teams hitting data-race warnings or runtime crashes in concurrent code and needing expert debugging.
WORKS 48
Install personal Claude Code skillsskillEngineeringL1
skills · Installing curated skill collections by project or group without manual file management.
WORKS 48
Build testable Swift with dependency injectionskillEngineeringL2
swift-protocol-di-testing · Testing Swift code with file system and network I/O without triggering real failures.
WORKS 48
Run single experiment iterationskillEngineeringL1
run · Running single hypothesis-driven iterations with clear keep/discard evaluation.
WORKS 48
Install Lumo mobile design intelligenceskillEngineeringL2
lumo · Injecting mobile design intelligence into Claude Code without manual setup per project.
WORKS 48
Implement SwiftUI Liquid Glass effectsskillEngineeringL2
swiftui-liquid-glass · Adopting iOS 26 Liquid Glass with correct API usage and backward-compatible fallbacks.
WORKS 48
Enforce test-driven developmentskillEngineeringL2
tdd-guard · Enforcing test-first workflow and blocking over-implementation in Claude Code.
WORKS 48
Design modern SwiftUI architectureskillEngineeringL2
swiftui-patterns · Building state-managed, performant SwiftUI views with @Observable and NavigationStack.
WORKS 48
List exportable agent profilesskillEngineeringL1
list-exportable-agents · Discovering which agent profiles are ready for export as .akita-agent packages.
WORKS 48
Diagnose and optimize SwiftUI performanceskillEngineeringL2
swiftui-performance-audit · Diagnosing SwiftUI janky scrolling and high CPU from code review before profiling.
WORKS 48
Build SwiftUI navigation and flowsskillEngineeringL2
swiftui-ui-patterns · Designing cohesive SwiftUI component libraries with reusable patterns and modifiers.
WORKS 48
Generate production-ready SaaS boilerplateskillEngineeringL3
saas-scaffolder · Initializing a SaaS codebase with production-ready folder structure and boilerplate.
WORKS 48
Refactor large SwiftUI viewsskillEngineeringL2
swiftui-view-refactor · Breaking complex SwiftUI views into focused subviews to reduce re-render storms.
WORKS 48
Manage Claude Code pluginsskillEngineeringL2
claude-plugins · Discovering and wiring Claude AI plugins into custom agent workflows.
WORKS 48
Solve symbolic math and equationsskillEngineeringDataL2
sympy · When research requires exact symbolic solutions rather than numeric approximation, or closed-form derivations.
WORKS 48
Choose systems languages and idiomsskillEngineeringL1
systems-languages-core · When setting up Go, C++, or Perl projects that need shared conventions, test-first discipline, and language-appropriate safety.
WORKS 48
Build agents on Eventmodelers platformskillEngineeringL3
agent-modeling-kit · When designing complex systems via event storming with real-time visual feedback and AI-assisted modeling.
WORKS 48
Route systems language tasksskillEngineeringL1
systems-languages-orchestrator · When starting a systems-language task and need to pick the right skill without manual orchestration.
WORKS 48
Enforce AI agent architectureskillEngineeringL1
architect · When enforcing architectural consistency and preventing drift in agent-driven codebases.
WORKS 48
Manage secrets and vault infrastructureskillEngineeringOpsL4
secrets-vault-manager · When you need centralized secret management with compliance tracking and automated rotation.
WORKS 48
Catch security anti-patterns before codeskillEngineeringOpsL2
security-guidance · When designing secure systems or conducting threat assessments for compliance.
WORKS 48
Configure Tauri security and IPCskillEngineeringL1
tauri-core · When building performant, secure desktop apps with Rust backend and web UI.
WORKS 48
Run penetration tests and auditsskillEngineeringOpsL3
security-pen-testing · When validating security posture through controlled exploitation and finding real exploitable flaws.
WORKS 48
Use Anthropic TypeScript SDKskillEngineeringL1
sdk · When you need maintainable, type-safe SDKs across multiple languages from a single source.
WORKS 48
Route Tauri tasks to specialistsskillEngineeringL1
tauri-orchestrator · When building complex multi-window Tauri apps with shared state and coordinated IPC.
WORKS 48
Build cross-platform Tauri appsskillEngineeringL3
tauri-v2 · When you need secure, updatable native desktop apps with small footprint and fast startup.
WORKS 48
Curate project knowledge and skillsskillOpsEngineeringL2
self-improving-agent · When building agents that improve automatically by learning from task failures and refining their own instructions.
WORKS 48
Write code test-first with coverageskillEngineeringL2
tdd-workflow · Mission-critical code where regression risk outweighs speed, or when team coverage culture is weak.
WORKS 48
Design system architecture decisionsskillEngineeringL3
senior-architect · Justifying architecture decisions to stakeholders or refactoring inherited large codebases.
WORKS 48
Build agents on Eventmodelers platformskillEngineeringL3
agent-kit · Accelerating domain event modeling in Eventmodelers with Claude-powered analysis.
WORKS 48
Orchestrate multi-agent work squadsskillOpsEngineeringL3
team-agent-orchestration · Multi-agent projects where chaos and lost work matter, or when you need visible state across agents.
WORKS 48
Design REST APIs and database systemsskillEngineeringL3
senior-backend · Shipping production APIs with safety gates (migration dry-run, load test validation) included.
page 30 / 86