cyberneticlibrary

The library

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

WORKS 48
Master git commits and historyskillEngineeringL1
git-master · Atomic commits and complex history investigations when you need evidence-led git operations.
WORKS 48
Write and develop LinkedIn postsskillMarketingL1
write-linkedin-post · Consistently publishing LinkedIn posts that match your brand when you have voice guidelines in a content studio.
WORKS 48
Write opinion pieces and op-edsskillMarketingL1
write-opinion · Publishing thought leadership opinion pieces when you have voice guidelines and a defined audience.
WORKS 48
Access TechWolf logo filesskillMarketingL1
techwolf-logo · When you need official, on-brand TechWolf logo files for any output.
WORKS 48
Initialize hierarchical knowledge baseskillEngineeringL1
init-deep · Generating comprehensive, hierarchical knowledge bases for agent systems with parallel discovery.
WORKS 54
Design and run A/B testsskillMarketingProductL1
ab-test-setup · Validating product hypotheses with statistical rigor and measuring impact on business metrics.
WORKS 58
Intelligently refactor codeskillEngineeringL1
refactor · Restructuring large code sections with safety guarantees via LSP, AST-Grep, and regression tests.
WORKS 48
Master git operationsskillEngineeringL1
git-master · Maintaining clean commit history and enforcing conventional-commit discipline across branches.
WORKS 48
Analyze git diffs and PR impactskillEngineeringL1
understand-diff · Analyzing code diffs to understand what changed and its graph-based impact zone.
WORKS 48
Get deep dive on code files and functionsskillEngineeringL1
understand-explain · Explaining code concepts to humans using graph-derived semantic connections.
WORKS 48
Generate onboarding guides for new team membersskillHRL1
understand-onboard · Mapping large codebases when architecture documentation is stale or nonexistent.
WORKS 48
Design CLI tools safe for AI agentsskillEngineeringL1
ai-native-cli · Command-line tools that AI agents will invoke without human-in-the-loop monitoring.
WORKS 57
Optimize content for AI search enginesskillMarketingL1
ai-seo · Content creators wanting to appear in AI-generated answers without building links manually.
WORKS 48
Manage quotes and aphorisms collectionskillProductivityL1
aphorisms · description: Aphorism management. USE WHEN aphorism, quote, saying. SkillSearch('aphorisms') for docs.
WORKS 52
Generate app store release notesskillMarketingProductL1
app-store-changelog · When you need to turn raw git history into polished App Store copy focused on user benefit, not features.
WORKS 48
Discover new TouchDesigner featuresskillProductEngineeringL1
tdmcp-feature-discovery · When you want a prioritized feature backlog that reconciles roadmap, competitive gaps, and user ask without committing to build.
WORKS 48
Document architectural decisionsskillEngineeringOpsL1
architecture-decision-records · When you need to document hard architectural decisions and keep the reasoning discoverable over project lifetime.
WORKS 48
Create visual content and illustrationsskillMarketingProductL1
art · When you need quick visual asset generation aligned to a design brief without manual design work.
WORKS 53
Write polished long-form contentskillMarketingL1
article-writing · When you want to quickly draft substantive content on a technical topic without starting from blank page.
WORKS 48
Design Astro site rendering strategyskillEngineeringL1
astro-core · Aligning rendering (SSG/SSR/hybrid + server islands) and content across an Astro site
WORKS 48
Route Astro project to right taskskillEngineeringL1
astro-orchestrator · Dispatching Astro work to correct specialist (framework/core/wiki-publisher/creative-frontend)
WORKS 48
Query ledger tablesskillDataL1
after_skill · Automating post-work tasks like syncing, cleanup, or notifications
WORKS 48
Understand sandbox environmentskillEngineeringL1
carthage-env · When onboarding into a Carthage sandbox environment to understand mount scopes and permission model.
WORKS 48
Load coding standards before generationskillEngineeringL1
get-qodo-rules · When team coding rules must be enforced before code generation without manual rule lookup per task.
WORKS 48
Run autonomous research experimentsskillProductEngineeringL1
autoresearch · When running overnight experiment loops with strict keep-or-discard decisions on single-variable changes.
WORKS 48
Remove AI-writing patterns from draftsskillMarketingSalesL1
avoid-ai-writing · When scrubbing AI-isms from published prose before releasing to avoid machine-generated tell-signs.
WORKS 48
Reference backend stack patternsskillEngineeringL1
backend-skill · When domain-specific guidance is required.
WORKS 48
Apply Awwwards design systemskillProductEngineeringL1
awwwards-ui-skills · When domain-specific guidance is required.
WORKS 48
Reference backend architecture patternsskillEngineeringL1
backend-architecture-core · When domain-specific guidance is required.
WORKS 48
Write tested Python code with pytestskillEngineeringL1
crate-pr · When domain-specific guidance is required.
WORKS 48
Route backend tasks to specialistsskillEngineeringL1
backend-architecture-orchestrator · Routing backend work when the specific concern (REST design, testing, deployment) is not yet named.
WORKS 48
Use .env credentials for API callsskillEngineeringOpsL1
use-native-credential-proxy · Simple .env-based credentials for users avoiding OneCLI vault while keeping authentication straightforward.
WORKS 48
Reference on blockchain security patternsskillEngineeringProductL1
blockchain-web3-core · Loading plugins or optional modules at runtime when keeping main bundle size small is a priority.
WORKS 48
Format messages for Slack channelsskillOpsSupportL1
slack-formatting · Extracting and reshaping structured data when declarative SQL is clearer than imperative transformation code.
WORKS 48
Greet new channel connectionsskillOpsSupportL1
welcome · Validating API contracts before integration when declarative assertions are clearer than manual curl testing.
WORKS 48
Format messages for WhatsAppskillSupportOpsL1
whatsapp-formatting · Real-time group messaging where tagged recipients need push notifications
WORKS 48
Reference for browser automation tacticsskillEngineeringProductL1
browser-automation-core · Deciding which browser/UI automation spoke to invoke
WORKS 48
Analyze astronomical data with AstropyskillEngineeringDataL1
astropy · Astronomy research when specialized units + coordinates matter
WORKS 51
Validate Flutter documentation locallyskillEngineeringL1
validate-pr · Pre-merge verification when maintainer review unavailable
WORKS 48
Debug browser behavior with console captureskillEngineeringProductL1
browser · One-shot diagnostics and deployment verification
WORKS 48
Build polished Expo React Native appsskillEngineeringL1
building-native-ui · Performance-critical UIs where web is too slow
WORKS 48
Scaffold new CLI commands in LumenskillEngineeringL1
new-command · When adding new CLI subcommands to Lumen that follow register pattern, need offline operation, and must pass TypeScript type-checking.
WORKS 48
Emit events from Tauri Rust backendskillEngineeringL1
calling-frontend-from-tauri-rust · When you need high-throughput or low-latency Rust-to-frontend communication beyond the basic event system.
WORKS 48
Expand tdmcp prompt cookbook examplesskillEngineeringProductivityL1
tdmcp-cookbook-examples · When learning patterns and recipes for building tools with the TDMCP framework.
WORKS 48
Draft investigation memo from log dataskillL1
investigation-memo · When documenting research investigations with structured evidence linking and memo generation.
WORKS 48
Invoke Rust functions from Tauri frontendskillEngineeringL1
calling-rust-from-tauri-frontend · When you need the frontend to invoke Rust commands with callbacks and handle async results in the webview.
WORKS 48
Coordinate family dinner schedulingskillProductivityL1
tangyi-agent-skill · When you need specialized domain expertise from the Tangyi agent skill ecosystem.
WORKS 48
Get diverse perspectives on decisionsskillL1
consciousness-council · Complex decisions needing genuine cognitive diversity, not false consensus.
WORKS 48
Provider unit internal behaviorskillEngineeringL1
02-provider-unit-internal-skill · Pre-submission validation of skill topology contracts.
WORKS 48
Review Cisco IOS configuration changesskillOpsL1
cisco-ios-patterns · Validating IOS config changes before deployment to prevent lockouts.
page 7 / 48