Nicholas Ferguson

Nicholas Ferguson

@NickCrew

Platform engineer and security tooling builder. I design production infrastructure, build open-source security platforms, and ship engineering tools

Tampa Bay, FLatlascrew.dev
Skills
130
Agents
28
Plugins
1
Installs
0

Most Used Tags

software-engineering(62)tools(21)communication(20)ai(13)documentation(13)design(10)productivity(9)security(9)

Published Resources

systematic-debugging

By Shared Context
0

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions

helm-chart-patterns

By Shared Context·
helmkubernetescharts
0

Helm chart development patterns for Kubernetes applications.

python-pro

By Shared Context
0

Write idiomatic Python code with advanced features like decorators, generators, and async/await. Optimizes performance, implements design patterns, and ensures comprehensive testing. Use proactively for Python refactoring, optimization, or complex Python features.

decision-maker

By Shared Context·
decision-makingframeworksproductivity
0

Structured decision-making framework for complex choices and trade-offs.

react-specialist

By Shared Context
0

Senior React engineer mastering concurrent features, server components, and production-grade front-end systems. Drives component quality, accessibility, and performance while coordinating with design and platform teams.

test-driven-development

By Shared Context
0

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

typescript-advanced-patterns

By Shared Context·
typescripttype-safetyadvanced-types
0

Master advanced TypeScript patterns for type-safe and maintainable code.

root-cause-tracing

By Shared Context
0

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, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

webapp-testing

By Shared Context
0

Toolkit for interacting with and testing local web applications using Playwright. Use when verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

token-efficiency

By Shared Context
0

Compressed communication using symbols and abbreviations. Use when context is limited or brevity is needed.

receiving-code-review

By Shared Context
0

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

gitops-workflows

By Shared Context·
gitopskubernetesci-cd
0

Implement GitOps workflows for Kubernetes using ArgoCD and Flux to streamline CI/CD processes.

using-git-worktrees

By Shared Context
0

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

release-prep

By Shared Context·
releasechecklistdeployment
0

Streamline your production release process with a comprehensive checklist-driven workflow.

rest-expert

By Shared Context·
restapihttp
0

RESTful API specialist for designing and implementing HTTP contracts.

kubernetes-deployment-patterns

By Shared Context·
kubernetesdeploymentcloud-native
0

Master Kubernetes deployment strategies and workload patterns for production applications.

workflow-bug-fix

By Shared Context·
bug-fixworkflowsoftware-development
0

Systematic approach for identifying and fixing bugs effectively.

security-testing-patterns

By Shared Context·
securitytestingvulnerability
0

Comprehensive security testing patterns for SAST, DAST, and penetration testing.

microservices-patterns

By Shared Context·
microservicesarchitecturepatterns
0

Comprehensive patterns for designing and implementing microservices architectures.

task-orchestration

By Shared Context·
task-orchestrationworkflowsdelegation
0

Coordinate complex tasks with structured workflows for orchestration and delegation.

session-management

By Shared Context·
session-managementworkflowscontext
0

Manage session lifecycles with structured workflows for loading, saving, and reflecting on context.

workflow-feature

By Shared Context·
feature-developmentworkflowdeployment
0

Streamline feature development from design to deployment with a structured workflow.

design-system-architecture

By Shared Context·
design-systemdesign-tokenscomponent-library
0

Build scalable design systems using design tokens, component APIs, and documentation strategies.

workflow-feature-development

By Shared Context·
feature-developmentworkflowsoftware-engineering
0

Streamline feature development from design to deployment with a structured workflow.

api-gateway-patterns

By Shared Context·
api-gatewaymicroservicesrouting
0

Implement API Gateway patterns for routing, authentication, and service composition in microservices.

visual-modes

By Shared Context·
ui-designinteraction-designvisual-enhancements
0

Activate visual showcase modes for impactful UI design with specific enhancement checklists.

openapi-specification

By Shared Context·
openapiswaggerapi
0

Design, validate, and maintain OpenAPI 3.x specifications for REST APIs.

async-python-patterns

By Shared Context
0

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.

test-generation

By Shared Context·
test-generationcode-coveragetesting
0

Systematically generate tests to improve code coverage and validate quality.

security-auditor

By Shared Context
0

Review code for vulnerabilities, implement secure authentication, and ensure OWASP compliance. Handles JWT, OAuth2, CORS, CSP, and encryption. Use proactively for security reviews, auth flows, or vulnerability fixes.

cqrs-event-sourcing

By Shared Context·
cqrsevent-sourcingscalable-systems
0

Implement CQRS and Event Sourcing patterns for scalable, auditable systems.

api-design-patterns

By Shared Context·
api-designrestgraphql
0

Comprehensive guide for designing REST and GraphQL APIs with industry-standard patterns.

condition-based-waiting

By Shared Context
0

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

secure-coding-practices

By Shared Context·
secure-codingsecuritybest-practices
0

Implement secure coding practices to build security-first applications and mitigate risks.

sharing-skills

By Shared Context·
skillscontributiongit
0

Contribute your developed skills back to the upstream repository via pull requests.

frontend-design

By Shared Context
0

Use this skill when specifying, designing, or documenting UI components, layouts, and design systems for frontend implementation. Trigger phrases: 'design this UI component', 'create a responsive layout', 'spec the CSS for', 'design system for'. Do NOT use for backend development, server-side logic, data engineering, or writing server code.

python-testing-patterns

By Shared Context·
pythontestingpytest
0

Implement robust testing strategies in Python with pytest and mocking techniques.

constructive-dissent

By Shared Context·
decision-makingcritical-thinkingcollaboration
0

Structured protocols for challenging proposals and assumptions to enhance decision-making.

kubernetes-security-policies

By Shared Context·
kubernetessecurityrbac
0

Implement robust security policies in Kubernetes clusters for hardened deployments.

threat-modeling-techniques

By Shared Context·
threat-modelingsecurityrisk-assessment
0

Proactive threat modeling techniques using STRIDE, attack trees, and risk assessment for secure system design.

user-journey-mapping

By Shared Context·
user-journeyjourney-mapcustomer-experience
0

Create detailed user journey maps to identify pain points and opportunities across user experiences.

terraform-best-practices

By Shared Context·
terraforminfrastructure-as-codebest-practices
0

Best practices for Terraform infrastructure-as-code to ensure scalability and maintainability.

python-performance-optimization

By Shared Context·
pythonperformanceoptimization
0

Optimize Python code performance with profiling and algorithmic improvements.

react-performance-optimization

By Shared Context·
reactperformanceoptimization
0

Optimize React application performance with proven patterns and strategies.

implementation-workflow

By Shared Context·
implementationworkflowstask-decomposition
0

Transform PRDs and feature specs into actionable implementation workflows with structured task decomposition.

test-review

By Shared Context·
test-auditquality-assurancetesting-standards
0

Review test quality and audit coverage gaps for any module with a structured pipeline.

Claude-Cortex

By Shared Context
0

doc-health-audit

By Shared Context·
documentationauditorchestration
0

Conduct a thorough documentation health audit across five critical dimensions.

kubernetes-architect

By Shared Context·
kubernetesgitopscloud
0

Build GitOps-driven Kubernetes platforms with service mesh and observability for cloud-native environments.

owasp-top-10

By Shared Context·
securityvulnerabilitiescoding-practices
0

Identify and remediate the top 10 web application security vulnerabilities.

template-skill

By Shared Context
0

A template for creating new skills. Use when initializing a new skill to ensure proper structure and metadata.

requirements-discovery

By Shared Context·
requirementsstakeholder-interviewsprd
0

Streamline requirements gathering and project scope definition with structured techniques.

docs-architect

By Shared Context
0

Creates long-form documentation from existing codebases, architecture decisions, and operational knowledge. Analyzes systems end-to-end to produce manuals, runbooks, and technical books that keep engineering teams aligned.

copywriter

By Shared Context·
writingcopywritingmarketing
0

Create persuasive, conversion-focused copy for marketing materials like landing pages and ads.

postgres-expert

By Shared Context·
postgressqldatabase
0

PostgreSQL specialist for schema design, indexing, and query tuning.

finishing-a-development-branch

By Shared Context
0

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 structured options for merge, PR, or cleanup

compliance-audit

By Shared Context·
complianceauditregulatory
0

Automate regulatory compliance auditing across major frameworks like GDPR and HIPAA.

ui-ux-designer

By Shared Context
0

Create interface designs, wireframes, and design systems. Masters user research, prototyping, and accessibility standards. Use proactively for design systems, user flows, or interface optimization.

doc-quality-review

By Shared Context·
documentationqualityreview
0

Evaluate documentation quality for readability, consistency, and clarity with actionable insights.

requesting-code-review

By Shared Context·
code-reviewdevelopmentquality-assurance
0

Request code reviews to ensure quality and adherence to requirements before merging changes.

ux-review

By Shared Context·
uxusabilityaccessibility
0

Conduct comprehensive UX reviews combining usability, accessibility, and interaction design insights.

vibe-security

By Shared Context·
securityweb-developmentowasp
0

Comprehensive guide for secure coding practices to prevent web vulnerabilities.

web-researcher

By Shared Context·
researchwebinformation-gathering
0

Conduct thorough online research and evaluate source credibility with this skill.

performance-monitor

By Shared Context·
observabilitymonitoringanomaly-detection
0

Provides observability and anomaly detection for multi-agent systems, driving continuous improvements.

memory-keeper

By Shared Context·
memorydocumentationpersistence
0

Maintains persistent project knowledge and session summaries to prevent loss of insights.

template-skill-enhanced

By Shared Context·
skill-creationtemplateprogressive-disclosure
0

Enhanced skill template for creating complex skills with structured tiers and quality rubrics.

state-architect

By Shared Context·
state-managementreactredux
0

State management specialist for React applications and complex frontend architectures.

incident-response

By Shared Context
0

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

mermaid-diagramming

By Shared Context·
mermaiddiagramsvisualization
0

Create professional Mermaid diagrams for technical documentation, covering various types like flowcharts and ERDs.

model-comparator

By Shared Context·
aimodel-comparisonbenchmarking
0

Compare AI and LLM models on benchmarks, cost, and performance to select the best fit for your needs.

testing-skills-with-subagents

By Shared Context·
testingtddskills
0

Test and validate skills under pressure using a structured TDD approach.

tailwind-expert

By Shared Context·
tailwindcssfrontend
0

Tailwind CSS specialist for utility-first design systems and styling.

database-admin

By Shared Context·
databaseoperationsreliability
0

Ensures database reliability through proactive management of operations, backups, and security.

storyteller

By Shared Context·
writingstorytellingnarrative
0

Craft engaging narratives for fiction, brand stories, and emotional content.

terms-of-service

By Shared Context·
legalterms-of-serviceprivacy-policy
0

Draft comprehensive legal documents like Terms of Service and Privacy Policies for web applications and SaaS products.

dashboard-designer

By Shared Context·
datadashboardvisualization
0

Design effective data dashboards by selecting KPIs, structuring layouts, and applying visual hierarchy.

workflow-security-audit

By Shared Context·
securitycompliancevulnerability-assessment
0

Conduct comprehensive security assessments and remediation for your applications.

doc-maintenance

By Shared Context·
documentationauditmaintenance
0

Systematically audit and maintain project documentation to ensure accuracy and organization.

cortex-skills-loop

By Shared Context·
cortexai-skillsfeedback-loop
0

Facilitates a feedback loop for AI skill recommendations based on context changes and task completions.

dispatching-parallel-agents

By Shared Context
0

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

build-optimization

By Shared Context·
build-optimizationci-cddeveloper-tools
0

Optimize build systems to reduce compilation times and enhance developer productivity.

competitor-analyst

By Shared Context·
businesscompetitive-analysisstrategy
0

Analyze competitors effectively using structured frameworks for strategic insights.

defense-in-depth

By Shared Context·
validationdata-integritydebugging
0

Implement multi-layer validation to prevent bugs caused by invalid data.

dataset-curator

By Shared Context·
aidatasetmachine-learning
0

Curate and prepare datasets for machine learning model training and evaluation.

design-critiquer

By Shared Context·
designcritiqueux
0

Get structured feedback on UI designs, wireframes, and mockups to enhance usability and clarity.

color-palette

By Shared Context·
designcoloraccessibility
0

Create and evaluate accessible color palettes for brands and design systems.

doc-claim-validator

By Shared Context·
documentationvalidationquality
0

Validate documentation claims against the codebase to ensure accuracy.

evaluator-optimizer

By Shared Context·
refinementevaluationoptimization
0

Systematic workflow for refining code, documentation, or designs to production-grade quality.

knowledge-synthesis

By Shared Context
0

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.

eval-designer

By Shared Context·
aievaluationllm
0

Design evaluation frameworks for LLM quality, safety, and alignment.

codex-code-review

By Shared Context·
code-reviewautomationremediation
0

Automate code review remediation loops using the codex CLI for structured code quality management.

doc-architecture-review

By Shared Context·
documentationinformation-architecturereview
0

Evaluate documentation architecture for better navigation and discoverability.

typescript-pro

By Shared Context
0

Master TypeScript with advanced types, generics, and strict type safety. Handles complex type systems, decorators, and enterprise-grade patterns. Use proactively for TypeScript architecture, type inference optimization, or advanced typing patterns.

reference-documentation

By Shared Context·
documentationapireference
0

Create comprehensive technical references and API documentation effortlessly.

github-actions-workflows

By Shared Context·
github-actionsci-cdworkflows
0

Design and optimize GitHub Actions CI/CD pipelines with proven workflow patterns.

accessibility-audit

By Shared Context
0

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

orchestrator

By Shared Context
0

A specialized agent that implements the Orchestrator-Workers pattern. It analyzes complex requests, breaks them down into atomic tasks, delegates them to the most appropriate specialist agents or tools, and synthesizes the results. Use this agent for "vague" or multi-step requests. For durable team design and capacity planning, use `agent-organizer` instead.

debugger

By Shared Context
0

Debugging specialist for errors, test failures, and unexpected behavior. Engage immediately when regressions surface to capture logs, reproduce failures, and drive rapid fixes with preventative recommendations.

context-manager

By Shared Context
0

Manages context across multiple agents and long-running tasks. Use when coordinating complex multi-agent workflows or when context needs to be preserved across multiple sessions. Must be used for projects exceeding 10k tokens.

product-strategy

By Shared Context
0

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

subagent-driven-development

By Shared Context
0

Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates

testing-anti-patterns

By Shared Context
0

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

agent-loops

By Shared Context·
agent-workflowcode-reviewtest-writing
0

Operational workflow for implementer agents to manage code changes and testing efficiently.

chart-builder

By Shared Context·
datavisualizationcharts
0

Create effective data visualizations by selecting the right chart type and generating code for implementation.

doc-completeness-audit

By Shared Context·
documentationauditcompleteness
0

Audit documentation completeness by identifying gaps between what should be documented and what exists.

system-design

By Shared Context
0

Use when designing system architecture, APIs, components, or data models - provides a structured design workflow with validation and documentation outputs.

fact-checker

By Shared Context·
researchfact-checkingverification
0

Verify factual claims and assess the credibility of information with this skill.

repo-cleanup

By Shared Context·
repositorycleanupcode-quality
0

Establish a safe workflow for cleaning up repositories by removing dead code, unused dependencies, and outdated documentation.

javascript-pro

By Shared Context
0

Senior JavaScript engineer mastering ES2024+, async orchestration, and cross-runtime debugging. Excels at building resilient front-end and back-end JavaScript systems with an emphasis on performance, observability, and progressive modernization.

prompt-engineering

By Shared Context
0

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.

product-manager

By Shared Context
0

Use this skill when writing product requirements documents, prioritizing features, creating user stories, defining acceptance criteria, or setting product metrics. Trigger phrases: 'write a PRD for', 'prioritize this feature backlog', 'write user stories for', 'help me define acceptance criteria', 'what metrics should we track for'. Not for writing code, designing UI mockups, or conducting user research interviews.

legacy-modernization

By Shared Context·
legacy-modernizationmigration-patternstechnical-debt
0

Modernize legacy systems using proven migration patterns for safe and incremental transitions.

tool-selection

By Shared Context·
mcptool-selectiondecision-making
0

Select the best MCP tool based on task complexity and requirements.

market-researcher

By Shared Context·
market-researchanalysisbusiness
0

Conduct structured market research to size markets, analyze competitors, and design customer surveys.

research-methodology

By Shared Context·
researchanalysisfact-checking
0

Structured research methodology for thorough analysis and synthesis of information.

git-ops

By Shared Context·
gitversion-controlcommit-messages
0

Safely execute git operations and generate conventional commit messages.

tutorial-design

By Shared Context·
tutorialspedagogylearning
0

Create engaging hands-on tutorials with structured exercises and troubleshooting guidance.

canvas-design

By Shared Context
0

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.

database-design-patterns

By Shared Context·
databaseschema-designoptimization
0

Expert strategies for designing and optimizing database schemas across relational and NoSQL databases.

ux-researcher

By Shared Context·
uxresearchuser-interviews
0

Conduct user research effectively with this skill, from planning to reporting.

interaction-design

By Shared Context
0

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.

frontend-optimizer

By Shared Context·
performanceweb-vitalsoptimization
0

Frontend performance specialist focused on Core Web Vitals and bundle optimization.

using-superpowers

By Shared Context·
skillsworkflowschecklists
0

Establishes mandatory workflows for skill usage in conversations.

sql-pro

By Shared Context·
sqldatabaseoptimization
0

Writes, optimizes, and debugs complex SQL queries for Postgres, MySQL, and SQLite.

code-quality-workflow

By Shared Context·
code-qualitycode-reviewperformance
0

Standardize code quality assessments and improvements with structured workflows.

component-architect

By Shared Context·
design-systemcomponentsui-library
0

Design system and component library specialist for reusable UI architectures.

skill-creator

By Shared Context
0

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 specialized knowledge, workflows, or tool integrations.

database-optimizer

By Shared Context
0

Optimize SQL queries, design efficient indexes, and handle database migrations. Solves N+1 problems, slow queries, and implements caching. Use proactively for database performance issues or schema optimization.

internal-comms

By Shared Context
0

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.).

development-estimation

By Shared Context·
estimationproject-managementrisk-assessment
0

Streamline your project estimations with structured workflows for time, effort, and complexity.

backlog-md

By Shared Context·
task-trackingbacklogcli
0

Task tracking system for agents using Backlog.md CLI, optimized for structured issue filing and task management.

documentation-production

By Shared Context·
documentationworkflowstutorials
0

Streamline the creation and organization of documentation across various formats.

workflow-performance

By Shared Context·
performanceoptimizationanalysis
0

Systematic performance analysis and optimization for applications.

dev-workflows

By Shared Context·
workflowsbuildtesting
0

Streamline your build, test, and developer experience workflows with structured guidance.

code-explanation

By Shared Context·
codeexplanationeducation
0

Provide structured explanations of code and concepts tailored to specific audience levels.

feature-implementation

By Shared Context·
feature-implementationcodingtesting
0

Streamline feature implementation with structured guidance for multi-file changes.

ui-design-aesthetics

By Shared Context·
ui-designaestheticsperformance
0

Create high-quality, distinctive UI designs focused on performance and user experience.

vitest-expert

By Shared Context·
vitesttestingvite
0

Vitest specialist for fast unit tests in Vite-based projects.

event-driven-architecture

By Shared Context
0

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.

websocket-engineer

By Shared Context·
realtimewebsocketinfrastructure
0

Designs and scales real-time WebSocket architectures with low latency and resilience.

writing-skills

By Shared Context
0

Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization

super-saiyan

By Shared Context·
ui-designaccessibilityanimations
0

Achieve maximum visual excellence for any UI platform with this skill.

reasoning-controls

By Shared Context·
reasoningmetricsbudget
0

Manage reasoning depth, budgets, and metrics visibility with precise controls.

code-reviewer

By Shared Context
0

Expert code review specialist. Proactively reviews code for quality, security, and maintainability with heightened attention on configuration drift that could impact production reliability. Invoke immediately after code or config changes to prevent regressions.

multi-llm-consult

By Shared Context·
llmconsultationtask-delegation
0

Consult multiple external LLMs for diverse perspectives and task delegation.

multi-perspective-analysis

By Shared Context·
multi-perspectiveexpert-analysisproblem-solving
0

Analyze complex problems by adopting multiple expert personas sequentially for diverse insights.

proofreader

By Shared Context·
writingproofreadingediting
0

Proofread written content for grammar, spelling, and style consistency before publishing.

codanna-codebase-intelligence

By Shared Context·
code-searchimpact-analysisdependency-graph
0

Enhance your codebase exploration with semantic search and impact analysis tools.

playwright-cli

By Shared Context
0

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.

quality-audit

By Shared Context·
metaqualityvalidation
0

Meta-skill for auditing and validating skill quality across multiple dimensions.

regex-master

By Shared Context·
regexpattern-matchingtext-processing
0

Build, explain, and debug regular expressions for text processing tasks.

ux-writer

By Shared Context·
ux-writingmicrocopyui-text
0

Craft clear and effective UI text for in-product writing, including microcopy and error messages.

email-drafter

By Shared Context·
writingemailcommunication
0

Draft professional and personal emails with clarity and effectiveness.

business-analyst

By Shared Context
0

Use this skill when gathering and documenting business requirements, mapping processes, performing gap analysis, writing business requirements documents (BRDs), or modeling stakeholder impact. Trigger phrases: 'write a business requirements document', 'map this process', 'gather requirements for', 'gap analysis for', 'AS-IS TO-BE process'. Not for writing user stories (use product-manager skill), conducting user research (use ux-researcher), or financial modeling.

socratic-questioning

By Shared Context·
educationcoachingsocratic
0

Guide discovery through questioning techniques for Clean Code and design patterns.

test-automator

By Shared Context·
testingautomationqa
0

Builds reliable automated test suites across unit, integration, and end-to-end layers with CI integration.

cloud-architect

By Shared Context·
cloudfinopsiac
0

Designs secure, scalable, and cost-aware cloud architectures across AWS, Azure, and GCP.

rust-pro

By Shared Context
0

Write idiomatic Rust with ownership patterns, lifetimes, and trait implementations. Masters async/await, safe concurrency, and zero-cost abstractions. Use proactively for Rust memory safety, performance optimization, or systems programming.

verification-before-completion

By Shared Context
0

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always