NickCrew

NickCrew

@NickCrew

GitHub
50 Skills
750 Total Stars
February 2026 Joined

Public Skills

cortex-skills-loop

by NickCrew

"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 and skill effectiveness should be recorded."

Automation 15 3mo ago

a10-brand

by NickCrew

Apply A10 Networks brand guidelines to any frontend output — React/JSX artifacts, HTML pages, dashboards, PDFs, infographics, charts, presentations, and documentation. Use this skill whenever creating or reviewing visual content for A10 Networks, Signal Horizon, Synapse, ThreatX Labs, The Crows, or any A10-related product. Also trigger when the user mentions A10 brand colors, Rubik font, square corners, or asks to make something "on-brand" for A10. This includes reviewing existing work against brand guidelines. If you are building any visual artifact and the context suggests it is for A10 Networks, use this skill even if the user doesn't explicitly ask for brand compliance.

Analytics 15 3mo ago

compliance-audit

by NickCrew

Regulatory compliance auditing across GDPR, HIPAA, PCI DSS, SOC 2, and ISO frameworks with automated evidence collection and gap analysis. Use when conducting compliance assessments, preparing for certifications, or implementing regulatory controls.

Code Review 15 3mo ago

api-design-patterns

by NickCrew

Comprehensive REST and GraphQL API design patterns with versioning, pagination, error handling, and HATEOAS principles. Use when designing APIs, defining endpoints, or architecting service contracts requiring production-grade patterns.

API Dev 15 3mo ago

build-optimization

by NickCrew

Build system optimization covering compilation, caching, incremental builds, and developer tooling. Use when improving build times, configuring CI pipelines, or designing developer tools.

Caching 15 3mo ago

code-explanation

by NickCrew

Use when explaining code, concepts, or system behavior to a specific audience level - provides a structured explanation workflow with depth control and validation steps.

Agents 15 3mo ago

git-ops

by NickCrew

Use when performing git operations or generating smart commit messages - provides safe git workflow guidance, validation checks, and conventional commit formatting.

Agents 15 3mo ago

documentation-production

by NickCrew

Use when generating, updating, or organizing documentation (component/API docs, project indexes, diagrams, tutorials, learning paths) - provides structured workflows and references for docs generation, indexing, diagrams, and teaching.

Automation 15 3mo ago

mermaid-diagramming

by NickCrew

Mermaid diagram creation covering flowcharts, sequence diagrams, ERDs, state machines, Gantt charts, and architecture views. Use when creating or updating technical diagrams in documentation.

Analytics 15 3mo ago

interaction-design

by NickCrew

User flow design, micro-interactions, and interface behavior patterns with state management for all interaction conditions. Use when designing natural interactions, feedback systems, or handling error states.

Animation 15 3mo ago

github-actions-workflows

by NickCrew

GitHub Actions workflow patterns for CI/CD including matrix builds, reusable workflows, secrets management, and caching strategies. Use when setting up or optimizing GitHub Actions pipelines.

Automation 15 3mo ago

evaluator-optimizer

by NickCrew

Iterative refinement workflow for polishing code, documentation, or designs through systematic evaluation and improvement cycles. Use when refining drafts into production-grade quality.

Automation 15 3mo ago

product-strategy

by NickCrew

Product vision, roadmap development, and go-to-market execution with structured prioritization frameworks. Use when evaluating features, planning product direction, or assessing market fit.

Analytics 15 3mo ago

openapi-specification

by NickCrew

OpenAPI 3.x specification design, schema patterns, and validation for REST API contracts. Use when creating or maintaining API specifications, generating documentation, or validating API contracts.

API Dev 15 3mo ago

prompt-engineering

by NickCrew

Optimize prompts for LLMs and AI systems with structured techniques, evaluation patterns, and synthetic test data generation. Use when building AI features, improving agent performance, or crafting system prompts.

Processing 15 3mo ago

owasp-top-10

by NickCrew

OWASP Top 10 security vulnerabilities with detection and remediation patterns. Use when conducting security audits, implementing secure coding practices, or reviewing code for common security vulnerabilities.

Auth 15 3mo ago

knowledge-synthesis

by NickCrew

Extract insights from multi-agent interactions, identify patterns, and build collective intelligence through cross-agent learning and knowledge management. Use when synthesizing findings, building knowledge bases, or improving system-wide practices.

Agents 15 3mo ago

legacy-modernization

by NickCrew

Modernize legacy systems using proven migration patterns like strangler fig, feature flags, and incremental refactoring. Use when planning system migrations, modernizing monoliths, or managing technical debt.

Code Gen 15 3mo ago

incident-response

by NickCrew

Incident triage, cascade prevention, and postmortem methodology. Use when handling production incidents, designing resilience patterns, or conducting chaos engineering exercises.

Processing 15 3mo ago

backlog-md

by NickCrew

"Task tracking system for agents via Backlog.md CLI. Use when creating deferred issues during implementation, filing audit findings, working assigned tasks, or managing project work. Optimized for agent workflows: structured issue filing, priority/labeling system, and task completion tracking."

Automation 15 3mo ago

doc-claim-validator

by NickCrew

Validate that claims in documentation match codebase reality. Extracts verifiable assertions (file paths, commands, function references, behavioral claims, dependencies) from markdown docs and checks them against the actual project. Use after code changes, before releases, or when docs feel untrustworthy.

CLI Tools 15 3mo ago

doc-maintenance

by NickCrew

"Systematic documentation audit and maintenance. This skill should be used when documentation may be stale, missing, or misorganized — after feature work, refactors, dependency upgrades, or as a periodic health check. It prescribes folder structure for docs/ and manual/, dispatches haiku subagents for codebase/doc scanning, and routes doc creation to specialized agents (reference-builder, technical-writer, learning-guide) with docs-architect as quality gate."

Docs Gen 15 3mo ago

multi-perspective-analysis

by NickCrew

Adopt multiple expert personas sequentially for complex problem analysis from diverse perspectives. Single-agent only — do NOT spawn sub-agents.

Code Gen 15 3mo ago

playwright-cli

by NickCrew

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Auth 15 3mo ago

codanna-codebase-intelligence

by NickCrew

Use codanna MCP tools for semantic code search, call graphs, and impact analysis before grep/find.

Embeddings 15 4mo ago

accessibility-audit

by NickCrew

Fast, high-signal accessibility triage for pages, components, or PRs targeting WCAG 2.2 AA compliance.

Accessibility 15 4mo ago

constructive-dissent

by NickCrew

Structured disagreement protocols to strengthen proposals through systematic challenge and alternative generation.

Security 15 4mo ago

design-system-architecture

by NickCrew

Build scalable design systems with design tokens, component APIs, and documentation. Use when creating or evolving component libraries.

Design 15 4mo ago

api-gateway-patterns

by NickCrew

API Gateway patterns for routing, authentication, rate limiting, and service composition in microservices architectures. Use when implementing API gateways, building BFF layers, or managing service-to-service communication at scale.

API Dev 15 5mo ago

cqrs-event-sourcing

by NickCrew

CQRS and Event Sourcing patterns for scalable, auditable systems with separated read/write models. Use when building audit-required systems, implementing temporal queries, or designing high-scale applications with complex domain logic.

Code Review 15 5mo ago

database-design-patterns

by NickCrew

Database schema design patterns and optimization strategies for relational and NoSQL databases. Use when designing database schemas, optimizing query performance, or implementing data persistence layers at scale.

Processing 15 5mo ago

gitops-workflows

by NickCrew

GitOps workflows and patterns using ArgoCD and Flux for declarative Kubernetes deployments. Use when implementing CI/CD for Kubernetes, managing multi-environment deployments, or adopting declarative infrastructure practices.

CI/CD 15 5mo ago

kubernetes-deployment-patterns

by NickCrew

Kubernetes deployment strategies and workload patterns for production-grade applications. Use when deploying to Kubernetes, implementing rollout strategies, or designing cloud-native application architectures.

Automation 15 5mo ago

helm-chart-patterns

by NickCrew

Helm chart development patterns for packaging and deploying Kubernetes applications. Use when creating reusable Helm charts, managing multi-environment deployments, or building application catalogs for Kubernetes.

Analytics 15 5mo ago

microservices-patterns

by NickCrew

Comprehensive microservices architecture patterns covering service decomposition, communication, data management, and resilience strategies. Use when designing distributed systems, breaking down monoliths, or implementing service-to-service communication.

Processing 15 5mo ago

kubernetes-security-policies

by NickCrew

Kubernetes security policies, RBAC, and Pod Security Standards for hardened cluster deployments. Use when implementing cluster security, defining network policies, or enforcing security compliance in Kubernetes environments.

Docker 15 5mo ago

event-driven-architecture

by NickCrew

Event-driven architecture patterns with event sourcing, CQRS, and message-driven communication. Use when designing distributed systems, microservices communication, or systems requiring eventual consistency and scalability.

Database 15 5mo ago

multi-llm-consult

by NickCrew

Consult external LLMs (Gemini, OpenAI/Codex, Qwen) for second opinions, alternative plans, independent reviews, or delegated tasks. Use when a user asks for another model's perspective, wants to compare answers, or requests delegating a subtask to Gemini/Codex/Qwen.

Automation 15 5mo ago

python-performance-optimization

by NickCrew

Python performance optimization patterns using profiling, algorithmic improvements, and acceleration techniques. Use when optimizing slow Python code, reducing memory usage, or improving application throughput and latency.

Processing 15 5mo ago

code-quality-workflow

by NickCrew

Use when assessing or improving code quality, maintainability, performance, or security hygiene - provides workflows for analysis, code review, and systematic improvements with validation steps.

Automation 15 5mo ago

feature-implementation

by NickCrew

Use when implementing a feature or multi-file code change - provides structured implementation flow with persona selection, validation, and testing guidance.

Agents 15 5mo ago

dev-workflows

by NickCrew

Use when running builds, executing tests, or improving developer experience workflows - provides structured guidance for build/test execution and DX improvement.

Agents 15 5mo ago

development-estimation

by NickCrew

Use when estimating time, effort, or complexity for features or projects - provides structured estimation workflows with breakdowns, risks, and confidence intervals.

Agents 15 5mo ago

implementation-workflow

by NickCrew

Use when turning PRDs or feature specs into actionable implementation workflows - provides structured task decomposition, dependency mapping, and validation gates.

Agents 15 5mo ago

internal-comms

by NickCrew

A set of resources to help write all kinds of internal communications, using company-specific formats. Use when asked to write internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).

File Ops 15 6mo ago

canvas-design

by NickCrew

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 static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

Code Gen 15 6mo ago

condition-based-waiting

by NickCrew

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses

Code Gen 15 6mo ago

defense-in-depth

by NickCrew

Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible

Code Gen 15 6mo ago

dispatching-parallel-agents

by NickCrew

Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently

Agents 15 6mo ago

async-python-patterns

by NickCrew

Python asyncio and concurrent programming patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

API Dev 15 7mo ago