Citations
1279 skills in Research > Citations
admin-unix
Native macOS and Linux administration (non-WSL). Profile-aware - reads preferencesfrom ~/.admin/profiles/{hostname}.json.Use when: macOS/Linux system admin, Homebrew (macOS), apt (Linux), services.NOT for WSL - use admin-wsl instead.
brand-voice-generator
Develop consistent brand voice and messaging guidelines for companies and personal brands. Creates tone, style, and communication frameworks that align with brand values and target audience preferences.
primer-web-components
Build checkout and payment experiences using Primer's web components. Use this skill when implementing payment flows, checkout pages, card forms, or integrating Primer SDK into React, Next.js, or vanilla JavaScript applications. Covers component usage, React integration patterns, stable object references, event handling, SSR support, and CSS theming.
lightweight-design-analysis
This skill analyzes code for design quality improvements across 8 dimensions: Naming, Object Calisthenics, Coupling & Cohesion, Immutability, Domain Integrity, Type System, Simplicity, and Performance. Ensures rigorous, evidence-based analysis by: (1) Understanding code flow first via implementation-analysis protocol, (2) Systematically evaluating each dimension with specific criteria, (3) Providing actionable findings with file:line references. Triggers when users request: code analysis, design review, refactoring opportunities, code quality assessment, architecture evaluation.
cui-marketplace-architecture
Architecture rules and validation patterns for Claude Code marketplace components ensuring self-contained skills, proper skill usage, and clean reference patterns
brand-guidelines
Establish or analyze brand identity guidelines. Creates comprehensive brand documentation that frontend-design, testing, and other skills automatically reference for consistent execution.
dev-doc-suite
Comprehensive documentation suite for generating READMEs, API references, and internal guides based on code analysis.
arcgis-media-layers
Overlay images, videos, and animated GIFs on maps using MediaLayer. Use for historical imagery, plan overlays, and georeferenced media content.
google-tasks
Manage Google Tasks and task lists. Load when user mentions 'google tasks', 'tasks', 'todo list', 'create task', 'complete task', or references task/todo management.
agent-builder
Create complete Claude Code agents for the Traycer enforcement framework. This skill should be used when creating new agents or updating existing agents. Creates all agent components including system prompt, hooks, skills, commands, scripts, and reference docs. Also updates coordination documents that list available agents. Based on Anthropic's official agent development best practices.
shadcn-vue
Context and reference for building UI with shadcn-vue components. Load when adding, modifying, or debugging UI components.
repomix-codebase-explorer
PROACTIVELY use when exploring unfamiliar codebases, analyzing remote repositories, generating reference skills from code, or needing AI-optimized context for code review. Triggers on "analyze repo", "explore codebase", "pack repository", "generate skill from", "understand this codebase", "code context".
sonar-graphql
Execute GraphQL queries against Sonar ISP API.Use when querying customer data, services, billing, invoices, payments, tickets, jobs, or network info from Sonar.Supports live mode via fetch_customer_live(). Reference: src/apis/sonar_client.py
token-docs
Generates design token documentation with visual swatches and code examples. Use when documenting token values, creating token reference guides, or building searchable design system documentation.
taxonomy-resolver
Resolves ambiguous organism names to precise NCBI taxonomy IDs and scientific names, then recommends appropriate IWC (Intergalactic Workflow Commission) Galaxy workflows for analysis. Use this skill when users provide common names (like "malaria parasite", "E. coli", "mouse"), abbreviated names, or when you need to convert any organism reference to an exact scientific name for API queries. This skill handles disambiguation through conversation, validates taxonomy IDs via NCBI Taxonomy API, provides ENA FASTQ search capabilities, and ALWAYS recommends existing IWC workflows rather than producing custom scripts or analysis steps.
writing-brainstorm
This skill should be used when the user asks to "find something to write about", "brainstorm topics", "what should I write about", "find writing ideas", "gather sources for", "pull references on", or needs help discovering topics from their reading highlights. Leverages Readwise MCP to surface patterns and gather references.
guideline-lookup
Look up Fannie Mae underwriting guidelines for income, assets, credit, or collateral verification. Use when questions involve DTI, income documentation, asset requirements, credit standards, or any B3/B4 guideline references. Reads guidelines dynamically from configs/guidelines/ - never hardcodes content.
splynx-mysql
Direct MySQL access to Splynx ISP management database.Use when querying or modifying Splynx tables: customers, leads (category='lead'), services, tariffs, invoices, payments, tickets, network.Faster than REST API for bulk operations. Reference: src/migration/loaders/splynx_mysql/
example-projects
Provides three production-ready ML training examples (sentiment classification, text generation, RedAI trade classifier) with complete training scripts, deployment configs, and datasets. Use when user needs example projects, reference implementations, starter templates, or wants to see working code for sentiment analysis, text generation, or financial trade classification.
e2e
Playwright E2E testing patterns with chrome-devtools MCP integration.Reference for integration tests, A11y validation, and visual regression.