@skills · Owner
Agent skills by nickcrew
164 skills indexed from github.com/nickcrew. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- .system · Collection · 28 stars
- accessibility-audit · Skill · 28 stars
Fast, high-signal accessibility triage for pages, components, or PRs targeting WCAG 2.2 AA compliance.
- agent-loops · Skill · 28 stars
Complete operational workflow for implementer agents (Codex, Gemini, etc.) making code changes and writing tests. Drives all work through atomic commits —
- ai-tells-review · Skill · 28 stars
Use when public prose still sounds machine-written after ai-tells-scan. Complements ai-tells-scan's mechanical pass with structural judgment: rhythm, hedgi
- ai-tells-scan · Skill · 28 stars
Use when writing tasks produce prose artifacts (READMEs, docs, PR text, tutorials, guides, posts, release notes) and need a fast surface scan for AI tells.
- api-design-patterns · Skill · 28 stars
Comprehensive REST and GraphQL API design patterns with versioning, pagination, error handling, and HATEOAS principles. Use when designing APIs, defining e
- api-gateway-patterns · Skill · 28 stars
API Gateway patterns for routing, authentication, rate limiting, and service composition in microservices architectures. Use when implementing API gateways
- architectural-analysis · Skill · 28 stars
User-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI
- assumption-buster · Skill · 28 stars
Flip, remove, or exaggerate assumptions to unlock new solution angles.
- async-python-patterns · Skill · 28 stars
Python asyncio and concurrent programming patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applic
- atlas-crew-tasks · Skill · 28 stars
Use when filing, updating, sequencing, or querying tasks in any atlas-crew repo (Facet + the Atlas Crew Security repos: Apparatus, Chimera, Crucible, Synap
- atomic-commits · Skill · 28 stars
Use this skill when a working tree contains uncommitted changes that need to be split into a sequence of atomic commits — typically after a long session, a
- backlog-md · Skill · 28 stars
Task tracking system for agents via Backlog.md CLI. Use when creating deferred issues during implementation, filing audit findings, working assigned tasks,
- blog-post · Skill · 28 stars
Use this skill when writing blog posts, articles, or long-form web content—from quick how-to guides to in-depth opinion pieces. Trigger phrases: ''write a
- brainstorming · Skill · 28 stars
Rapid ideation skill adapted from obra/superpowers to kick off cortex sessions. Use when defining scope, aligning on goals, or exploring solution space bef
- brand-library-architect · Skill · 28 stars
Build a complete brand library for a product — visual asset render pipeline, brand documentation set (BRAND, COPY, MANIFESTO, BIOS, FAQ, GLOSSARY, TONE, PR
- build-optimization · Skill · 28 stars
Build system optimization covering compilation, caching, incremental builds, and developer tooling. Use when improving build times, configuring CI pipeline
- business-analyst · Skill · 28 stars
Use this skill when gathering and documenting business requirements, mapping processes, performing gap analysis, writing business requirements documents (B
- canvas-design · Skill · 28 stars
Create beautiful visual art in .png and .pdf documents using design philosophy. Use when the user asks to create a poster, piece of art, design, or other s
- chart-builder · Skill · 28 stars
Use this skill when creating data visualizations, selecting the right chart type, or generating chart code. Trigger phrases: ''build a chart'', ''visualize
- claude-consult · Skill · 28 stars
Consult Claude specialist agents during implementation for codebase understanding, pattern checking, security review, debugging help, and more. Use this sk
- claude-ctx-plugin · Collection · 28 stars
- codanna-codebase-intelligence · Skill · 28 stars
Use codanna MCP tools for semantic code search, call graphs, and impact analysis before grep/find.
- code-explanation · Skill · 28 stars
Use when explaining code, concepts, or system behavior to a specific audience level - provides a structured explanation workflow with depth control and val
- codex · Collection · 28 stars
- codex-code-review · Skill · 28 stars
Automate code review remediation loops with the codex CLI. Requests reviews from codex, classifies findings by severity (P0-P4), fixes critical issues (P0/
- collaboration · Collection · 28 stars
- color-palette · Skill · 28 stars
Use this skill when creating, evaluating, or documenting color palettes for brands, products, or design systems. Trigger phrases: ''create a color palette'
- community · Collection · 28 stars
- competitor-analyst · Skill · 28 stars
Use this skill when analyzing competitors, building competitive positioning, creating feature comparison matrices, or applying strategic frameworks like SW
- compliance-audit · Skill · 28 stars
Regulatory compliance auditing across GDPR, HIPAA, PCI DSS, SOC 2, and ISO frameworks with automated evidence collection and gap analysis. Use when conduct
- concept-forge · Skill · 28 stars
Score concepts on impact/delight/effort and pick a 1-day spike.
- condition-based-waiting · Skill · 28 stars
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait f
- constructive-dissent · Skill · 28 stars
Structured disagreement protocols that expose weaknesses, test assumptions, and generate alternatives. Use when stress-testing proposals, playing devil's a
- copywriter · Skill · 28 stars
Use this skill when writing persuasive, conversion-focused copy—landing pages, product descriptions, ads, sales emails, or any content designed to move som
- cortex-skills-loop · Skill · 28 stars
Drives the cortex skills recommend-feedback-rate loop. Use when a context change occurs (new file types, domain shift, task pivot) or when a task completes
- cqrs-event-sourcing · Skill · 28 stars
CQRS and Event Sourcing patterns for scalable, auditable systems with separated read/write models. Use when building audit-required systems, implementing t
- dashboard-designer · Skill · 28 stars
Use this skill when designing a data dashboard—choosing KPIs, structuring layout, applying visual hierarchy, or deciding which BI tool to use. Trigger phra
- database-design-patterns · Skill · 28 stars
Database schema design patterns and optimization strategies for relational and NoSQL databases. Use when designing database schemas, optimizing query perfo
- dataset-curator · Skill · 28 stars
Use this skill when designing, cleaning, deduplicating, or documenting datasets for model training and evaluation including schema design, class imbalance
- decision-maker · Skill · 28 stars
Use this skill when you face a complex or high-stakes decision and need a structured framework to evaluate options objectively. Ideal for career choices, p
- defense-in-depth · Skill · 28 stars
Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to m
- design-critiquer · Skill · 28 stars
Use this skill when reviewing, evaluating, or giving structured feedback on UI designs, wireframes, mockups, or design systems. Trigger phrases: ''critique
- design-journey-review · Skill · 28 stars
Combined visual design and user journey review: color systems, typography, spacing, information density, visual hierarchy, workflow stages, emotional curve
- design-system-architecture · Skill · 28 stars
Build scalable design systems with design tokens, component APIs, and documentation. Use when creating or evolving component libraries.
- dev-workflows · Skill · 28 stars
Use when running builds, executing tests, or improving developer experience workflows - provides structured guidance for build/test execution and DX improv
- development-estimation · Skill · 28 stars
Use when estimating time, effort, or complexity for features or projects - provides structured estimation workflows with breakdowns, risks, and confidence
- dispatching-parallel-agents · Skill · 28 stars
Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate an
- doc-architecture-review · Skill · 28 stars
Evaluate documentation information architecture: navigation paths, discoverability, progressive disclosure, cross-linking, and mental model alignment. This
- doc-claim-validator · Skill · 28 stars
Validate that claims in documentation match codebase reality. Extracts verifiable assertions (file paths, commands, function references, behavioral claims,
- doc-completeness-audit · Skill · 28 stars
Audit documentation completeness by mapping what a doc set should cover against what it actually covers. Produces a prioritized gap report by topic, not ju
- doc-health-audit · Skill · 28 stars
Orchestrate a full documentation health audit across five dimensions: structural health, semantic accuracy, topic completeness, prose quality, and informat
- doc-maintenance · Skill · 28 stars
Systematic documentation audit and maintenance. This skill should be used when documentation may be stale, missing, or misorganized — after feature work, r
- doc-quality-review · Skill · 28 stars
Assess documentation quality across readability, consistency, audience fit, and prose clarity. Produces a scored review with actionable findings. This skil
- document-skills · Collection · 28 stars
- documentation-production · Skill · 28 stars
Use when generating, updating, or organizing documentation (component/API docs, project indexes, diagrams, tutorials, learning paths) - provides structured
- docx · Skill · 28 stars
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claud
- email-drafter · Skill · 28 stars
Use this skill when drafting professional or personal emails—cold outreach, follow-ups, internal memos, client communication, or any message that needs to
- eval-designer · Skill · 28 stars
Use this skill when building evaluation frameworks to measure LLM quality, safety, accuracy, or alignment including test suites, human eval rubrics, automa
- evaluator-optimizer · Skill · 28 stars
Iterative refinement workflow for polishing code, documentation, or designs through systematic evaluation and improvement cycles. Use when refining drafts
- event-driven-architecture · Skill · 28 stars
Event-driven architecture patterns with event sourcing, CQRS, and message-driven communication. Use when designing distributed systems, microservices commu
- executing-plans · Skill · 28 stars
Execution discipline that translates plans into tracked tasks with orchestration and verification loops. Use when driving a plan through cortex’s task syst
- fact-checker · Skill · 28 stars
Use this skill when verifying factual claims, checking accuracy of statements, or assessing the credibility of information. Trigger phrases: ''fact-check t
- feature-implementation · Skill · 28 stars
Use when implementing a feature or multi-file code change - provides structured implementation flow with persona selection, validation, and testing guidanc
- finishing-a-development-branch · Skill · 28 stars
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting
- frontend-design · Skill · 28 stars
Use this skill when specifying, designing, or documenting UI components, layouts, and design systems for frontend implementation. Trigger phrases: ''design
- git-ops · Skill · 28 stars
Use when performing git operations or generating smart commit messages - provides safe git workflow guidance, validation checks, and conventional commit fo
- github-actions-workflows · Skill · 28 stars
GitHub Actions workflow patterns for CI/CD including matrix builds, reusable workflows, secrets management, and caching strategies. Use when setting up or
- gitops-workflows · Skill · 28 stars
GitOps workflows and patterns using ArgoCD and Flux for declarative Kubernetes deployments. Use when implementing CI/CD for Kubernetes, managing multi-envi
- helm-chart-patterns · Skill · 28 stars
Helm chart development patterns for packaging and deploying Kubernetes applications. Use when creating reusable Helm charts, managing multi-environment dep
- html-seo-review · Skill · 28 stars
Audit static HTML files for on-page SEO, content quality, easy-win performance signals, and crawlability. This skill should be used when the user asks to r
- idea-lab · Skill · 28 stars
Timeboxed divergent ideation that outputs ranked options plus day-one experiments.
- implementation-workflow · Skill · 28 stars
Use when turning PRDs or feature specs into actionable implementation workflows - provides structured task decomposition, dependency mapping, and validatio
- incident-response · Skill · 28 stars
Incident triage, cascade prevention, and postmortem methodology. Use when handling production incidents, designing resilience patterns, or conducting chaos
- interaction-design · Skill · 28 stars
User flow design, micro-interactions, and interface behavior patterns with state management for all interaction conditions. Use when designing natural inte
- internal-comms · Skill · 28 stars
A set of resources to help write all kinds of internal communications, using company-specific formats. Use when asked to write internal communications (sta
- justfile-author · Skill · 28 stars
Use this skill when authoring or refactoring a justfile (and matching Makefile wrapper) for one of Nick's projects. Triggers when the user asks to "create
- knowledge-stack · Skill · 28 stars
Use this skill whenever working inside any of Nick's repos (under ~/Developer/) or whenever a conversation touches Nick's durable cross-cutting work — Atla
- knowledge-synthesis · Skill · 28 stars
Extract insights from multi-agent interactions, identify patterns, and build collective intelligence through cross-agent learning and knowledge management.
- kubernetes-deployment-patterns · Skill · 28 stars
Kubernetes deployment strategies and workload patterns for production-grade applications. Use when deploying to Kubernetes, implementing rollout strategies
- kubernetes-security-policies · Skill · 28 stars
Kubernetes security policies, RBAC, and Pod Security Standards for hardened cluster deployments. Use when implementing cluster security, defining network p
- legacy-modernization · Skill · 28 stars
Modernize legacy systems using proven migration patterns like strangler fig, feature flags, and incremental refactoring. Use when planning system migration
- mapping-suite · Skill · 28 stars
User-triggered orchestrator that walks the user through running multiple sibling mapping/audit/doc skills against a shared scope, then assembles their outp
- market-researcher · Skill · 28 stars
Use this skill when sizing a market, analyzing competitors, designing customer surveys, segmenting audiences, or synthesizing research into market insights
- mashup · Skill · 28 stars
Force-fit patterns from other domains to spark novel concepts.
- mermaid-diagramming · Skill · 28 stars
Mermaid diagram creation covering flowcharts, sequence diagrams, ERDs, state machines, Gantt charts, and architecture views. Use when creating or updating
- microservices-patterns · Skill · 28 stars
Comprehensive microservices architecture patterns covering service decomposition, communication, data management, and resilience strategies. Use when desig
- model-comparator · Skill · 28 stars
Use this skill when comparing AI or LLM models on benchmarks, capability, cost, latency, context window, or task-specific fit to help teams select the righ
- multi-llm-consult · Skill · 28 stars
Consult external LLMs (Gemini, OpenAI/Codex, Qwen) for second opinions, alternative plans, independent reviews, or delegated tasks. Use when a user asks fo
- multi-perspective-analysis · Skill · 28 stars
Adopt multiple expert personas sequentially for complex problem analysis from diverse perspectives. Single-agent only — do NOT spawn sub-agents.
- multi-specialist-review · Skill · 28 stars
User-triggered multi-agent code review. Spawns 3-5 parallel specialist sub-agents that read actual source files, runs mechanical citation verification, and
- openapi-specification · Skill · 28 stars
OpenAPI 3.x specification design, schema patterns, and validation for REST API contracts. Use when creating or maintaining API specifications, generating d
- owasp-top-10 · Skill · 28 stars
OWASP Top 10 security vulnerabilities with detection and remediation patterns. Use when conducting security audits, implementing secure coding practices, o
- pdf · Skill · 28 stars
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude need
- playwright-cli · Skill · 28 stars
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with
- pptx · Skill · 28 stars
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying
- pre-mortem · Skill · 28 stars
Imagine failure first to surface guardrails and feature mitigations.
- product-manager · Skill · 28 stars
Use this skill when writing product requirements documents, prioritizing features, creating user stories, defining acceptance criteria, or setting product
- product-strategy · Skill · 28 stars
Product vision, roadmap development, and go-to-market execution with structured prioritization frameworks. Use when evaluating features, planning product d
- prompt-engineering · Skill · 28 stars
Optimize prompts for LLMs and AI systems with structured techniques, evaluation patterns, and synthetic test data generation. Use when building AI features
- proofreader · Skill · 28 stars
Use this skill when reviewing written content for grammar, spelling, punctuation, style consistency, and tone—before publishing, submitting, or sending. Tr
- python-performance-optimization · Skill · 28 stars
Python performance optimization patterns using profiling, algorithmic improvements, and acceleration techniques. Use when optimizing slow Python code, redu
- python-testing-patterns · Skill · 28 stars
Python testing patterns and best practices using pytest, mocking, and property-based testing. Use when writing unit tests, integration tests, or implementi
- quality-audit · Skill · 28 stars
Meta-skill for auditing and validating skill quality. Use when reviewing skills for consistency, completeness, accuracy, and adherence to standards. Provid
- react-performance-optimization · Skill · 28 stars
React performance optimization patterns using memoization, code splitting, and efficient rendering strategies. Use when optimizing slow React applications,
- reasoning-controls · Skill · 28 stars
Use when adjusting reasoning depth, budgets, or metrics visibility - provides guidance for selecting and applying reasoning controls safely.
- receiving-code-review · Skill · 28 stars
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires techn
- reference-documentation · Skill · 28 stars
Create exhaustive technical references, API documentation, and searchable reference materials. Use when building API docs, configuration references, or com
- regex-master · Skill · 28 stars
Use this skill when building, explaining, or debugging regular expressions for pattern matching, validation, or text extraction. Trigger phrases: ''write a
- release-analysis · Skill · 28 stars
User-triggered analysis of how a system gets deployed and recovered — across local (Docker Compose) and cloud (Kubernetes / Eve) release surfaces. Produces
- release-prep · Skill · 28 stars
Use when preparing a production release or release candidate - provides a checklist-driven workflow for validation, versioning, build optimization, documen
- repo-cleanup · Skill · 28 stars
Use when a repository needs cleanup of dead code, build artifacts, unused dependencies, outdated docs, or stale tests - provides safe cleanup workflows, va
- requesting-code-review · Skill · 28 stars
Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches code-reviewer subagent to review i
- requirements-discovery · Skill · 28 stars
Stakeholder interviews, PRD structure, and scope definition for software requirements elicitation. Use when gathering requirements, defining project scope,
- research-methodology · Skill · 28 stars
Structured research using sophisticated query design, source vetting, and synthesis techniques. Use when conducting competitive analysis, market scans, his
- root-cause-tracing · Skill · 28 stars
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, a
- secure-coding-practices · Skill · 28 stars
Secure coding practices and defensive programming patterns for building security-first applications. Use when implementing authentication, handling user in
- security-testing-patterns · Skill · 28 stars
Security testing patterns including SAST, DAST, penetration testing, and vulnerability assessment techniques. Use when implementing security testing pipeli
- session-management · Skill · 28 stars
Use when loading, saving, or reflecting on session context - provides structured workflows for session lifecycle management and reflection outputs.
- sharing-skills · Skill · 28 stars
Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, an
- skill-creator · Skill · 28 stars
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's cap
- skill-creator · Skill · 28 stars
Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specia
- skill-installer · Skill · 28 stars
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated
- skills · Collection · 28 stars
- skills · Collection · 28 stars
- socratic-questioning · Skill · 28 stars
Guide discovery through questioning techniques and pattern recognition for Clean Code, GoF design patterns, and architectural decisions. Use when coaching
- storyteller · Skill · 28 stars
Use this skill when writing fiction, narrative nonfiction, brand stories, or any content where emotional engagement and narrative arc matter more than pure
- subagent-driven-development · Skill · 28 stars
Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between ta
- super-saiyan · Skill · 28 stars
Maximum visual excellence for any UI platform. Use when building user interfaces, styling components, or polishing visual elements.
- system-design · Skill · 28 stars
Use when designing system architecture, APIs, components, or data models - provides a structured design workflow with validation and documentation outputs.
- systematic-debugging · Skill · 28 stars
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analy
- task-orchestration · Skill · 28 stars
Use when coordinating complex tasks with orchestration, delegation, or parallel workstreams - provides structured workflows for orchestrate:brainstorm, orc
- template-skill · Skill · 28 stars
A template for creating new skills. Use when initializing a new skill to ensure proper structure and metadata.
- template-skill-enhanced · Skill · 28 stars
Enhanced skill template with progressive disclosure, bundled resources, and quality rubrics. Use when creating new skills that need structured tiers, refer
- terms-of-service · Skill · 28 stars
Use this skill when you need to draft Terms of Service, a Privacy Policy, or an End-User License Agreement (EULA) for a web application, SaaS product, or m
- terraform-best-practices · Skill · 28 stars
Terraform infrastructure-as-code best practices for scalable and maintainable cloud infrastructure. Use when writing Terraform modules, managing infrastruc
- test-generation · Skill · 28 stars
Use when generating tests for new or existing code to improve coverage - provides a structured workflow for analyzing code, creating tests, and validating
- test-review · Skill · 28 stars
Review test quality and audit test coverage for any module. This skill should be used when reviewing existing tests, auditing test gaps, writing new tests,
- testing-anti-patterns · Skill · 28 stars
Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollu
- testing-skills-with-subagents · Skill · 28 stars
Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to
- threat-modeling-techniques · Skill · 28 stars
Threat modeling methodologies using STRIDE, attack trees, and risk assessment for proactive security analysis. Use when designing secure systems, conductin
- token-efficiency · Skill · 28 stars
Compressed communication using symbols and abbreviations. Use when context is limited or brevity is needed.
- tool-selection · Skill · 28 stars
Use when selecting between MCP tools based on task complexity and requirements - provides a structured selection workflow and decision rationale.
- tutorial-design · Skill · 28 stars
Design and write hands-on tutorials with progressive disclosure, exercises, and troubleshooting sections. Use when creating learning content, workshops, or
- typescript-advanced-patterns · Skill · 28 stars
Advanced TypeScript patterns for type-safe, maintainable code using sophisticated type system features. Use when building type-safe APIs, implementing comp
- ui-design-aesthetics · Skill · 28 stars
Generates high-quality, non-generic UI designs with a focus on performance, progressive disclosure, and distinctive aesthetics.
- ui-ux-review-suite · Skill · 28 stars
User-triggered orchestrator that runs a comprehensive UI/UX review by coaching the user through four sibling skills as distinct lenses against one shared t
- user-journey-mapping · Skill · 28 stars
Create comprehensive user journey maps that identify pain points, opportunities, and emotional states across touchpoints. Use when mapping user experiences
- using-git-worktrees · Skill · 28 stars
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with s
- using-superpowers · Skill · 28 stars
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, foll
- ux-interaction-review · Skill · 28 stars
Combined UX and interaction design review: usability heuristics, state coverage, feedback patterns, timing, keyboard behavior, error recovery, and progress
- ux-researcher · Skill · 28 stars
Use this skill when planning or conducting user research, writing interview guides, designing surveys for UX insights, synthesizing qualitative findings, c
- ux-review · Skill · 28 stars
Multi-perspective UX review combining usability heuristics, WCAG accessibility checks, and interaction design analysis. Use when reviewing UI components be
- ux-writer · Skill · 28 stars
Use this skill when crafting microcopy, UI text, or in-product writing—error messages, tooltips, button labels, empty states, onboarding flows, and confirm
- verification-before-completion · Skill · 28 stars
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming outp
- vibe-security · Skill · 28 stars
Comprehensive secure coding guide covering OWASP web vulnerabilities with prevention patterns and checklists. Use when writing or reviewing web application
- visual-modes · Skill · 28 stars
Use when activating visual showcase modes (supersaiyan, kamehameha, over9000) for UI or interaction design - provides mode-specific enhancement checklists.
- web-researcher · Skill · 28 stars
Use this skill when you need to research a topic online, gather information from multiple sources, or evaluate source credibility. Trigger phrases: ''resea
- webapp-testing · Skill · 28 stars
Toolkit for interacting with and testing local web applications using Playwright. Use when verifying frontend functionality, debugging UI behavior, capturi
- wiring-audit · Skill · 28 stars
User-triggered audit that finds wiring drift between a project's UI surfaces and backend capabilities — orphan surfaces (UI calls endpoints/hooks/procedure
- writing-plans · Skill · 28 stars
Structured plan-writing skill adapted from obra/superpowers. Produces actionable plans that map directly to cortex workflows and tasks.
- writing-skills · Skill · 28 stars
Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with su
- xlsx · Skill · 28 stars
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to wor
- your-skill-name · Skill · 28 stars
Brief description of what this skill does and provides. Use when [clear trigger condition that indicates this skill should activate]. Keep under 200 words.