name
stringlengths
2
64
description
stringlengths
3
1.02k
source
stringclasses
6 values
path
stringclasses
198 values
url
stringlengths
29
246
author
stringlengths
2
33
microsim-vis-network
Create an educational MicroSim using the vis-network JavaScript library. Each MicroSim is a directory located in the /docs/sims folder. It has a main.html file that can be referenced with an iframe. The main.html file imports the main JavaScript code to run the educational MicroSim.
skillsmp.com
null
https://github.com/dmccreary/microsims/tree/main/skills/vis-network
dmccreary
learning-graph-generator
Generates a comprehensive learning graph from a course description, including 200 concepts with dependencies, taxonomy categorization, and quality validation reports. Use this when the user wants to create a structured knowledge graph for educational content.
skillsmp.com
null
https://github.com/dmccreary/signal-processing/tree/main/skills/learning-graph-generator
dmccreary
notebooklm
Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
skillsmp.com
null
https://github.com/HaRu-LLC/NotebookLM_use_ueda/tree/main/tools/notebooklm
HaRu-LLC
elo-ratings-math
Explains the mathematical principles behind Elo rating systems, including expected score calculation, rating updates, and the K-factor. Use when implementing or understanding competitive rating systems.
skillsmp.com
null
https://github.com/mcclowes/elo-elo/tree/main/.claude/skills/elo-ratings-math
mcclowes
audio-debugging
Automatically helps debug Web Audio API issues, audio playback problems, pitch preservation, and caching issues in the VSSK-shadecn music practice app
skillsmp.com
null
https://github.com/skaihigh/claude-agent-command-templates/tree/main/templates/music-app/.claude/specialized/skills/audio-debugging
skaihigh
pwa-troubleshooting
Automatically helps debug PWA issues including service workers, caching, offline functionality, and storage problems in VSSK-shadecn
skillsmp.com
null
https://github.com/skaihigh/claude-agent-command-templates/tree/main/templates/react-pwa/.claude/specialized/skills/pwa-troubleshooting
skaihigh
shadcn-ui
Provides guidance for implementing UI components using shadcn/ui - a collection of re-usable components built with Radix UI and Tailwind CSS. Use when working with .tsx/.jsx files, implementing UI components, or when users mention shadcn, shadcn/ui, or Radix UI components.
skillsmp.com
null
https://github.com/kht2199/claude-skills/tree/main/.claude/skills/shadcn-ui
kht2199
example-skill
An example skill demonstrating the Anthropic Skills specification. Use this as a template when creating new skills for WorkWise.
skillsmp.com
null
https://github.com/warm3snow/WorkWise/tree/master/examples/skills/example-skill
warm3snow
file-search
Search for files and directories on the local filesystem by name, path, content, or other attributes. Similar to macOS Spotlight functionality. Use this skill when users ask to find, locate, or search for files on their computer.
skillsmp.com
null
https://github.com/warm3snow/WorkWise/tree/master/examples/skills/file-search
warm3snow
bulk-rna-seq-batch-correction-with-combat
Use omicverse's pyComBat wrapper to remove batch effects from merged bulk RNA-seq or microarray cohorts, export corrected matrices, and benchmark pre/post correction visualisations.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/bulk-combat-correction
Starlitnightly
bulk-rna-seq-differential-expression-with-omicverse
Guide Claude through omicverse's bulk RNA-seq DEG pipeline, from gene ID mapping and DESeq2 normalization to statistical testing, visualization, and pathway enrichment. Use when a user has bulk count matrices and needs differential expression analysis in omicverse.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/bulk-deg-analysis
Starlitnightly
bulk-rna-seq-deseq2-analysis-with-omicverse
Walk Claude through PyDESeq2-based differential expression, including ID mapping, DE testing, fold-change thresholding, and enrichment visualisation.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/bulk-deseq2-analysis
Starlitnightly
string-protein-interaction-analysis-with-omicverse
Help Claude query STRING for protein interactions, build PPI graphs with pyPPI, and render styled network figures for bulk gene lists.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/bulk-stringdb-ppi
Starlitnightly
bulk-rna-seq-deconvolution-with-bulk2single
Turn bulk RNA-seq cohorts into synthetic single-cell datasets using omicverse's Bulk2Single workflow for cell fraction estimation, beta-VAE generation, and quality control comparisons against reference scRNA-seq.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/bulk-to-single-deconvolution
Starlitnightly
bulktrajblend-trajectory-interpolation
Extend scRNA-seq developmental trajectories with BulkTrajBlend by generating intermediate cells from bulk RNA-seq, training beta-VAE and GNN models, and interpolating missing states.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/bulk-trajblend-interpolation
Starlitnightly
bulk-wgcna-analysis-with-omicverse
Assist Claude in running PyWGCNA through omicverse—preprocessing expression matrices, constructing co-expression modules, visualising eigengenes, and extracting hub genes.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/bulk-wgcna-analysis
Starlitnightly
data-export-excel
Export analysis results, data tables, and formatted spreadsheets to Excel files using openpyxl. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/data-export-excel
Starlitnightly
data-export-pdf
Create professional PDF reports with text, tables, and embedded images using reportlab. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/data-export-pdf
Starlitnightly
data-stats-analysis
Perform statistical tests, hypothesis testing, correlation analysis, and multiple testing corrections using scipy and statsmodels. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/data-stats-analysis
Starlitnightly
data-transform
Transform, clean, reshape, and preprocess data using pandas and numpy. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/data-transform
Starlitnightly
data-viz-plots
Create publication-quality plots and visualizations using matplotlib and seaborn. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/data-viz-plots
Starlitnightly
omicverse-visualization-for-bulk-color-systems-and-single-cell-d
Guide users through OmicVerse plotting utilities showcased in the bulk, color system, and single-cell visualization tutorials, including venn/volcano charts, palette selection, and advanced embedding layouts.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/plotting-visualization
Starlitnightly
single-cell-annotation-skills-with-omicverse
Guide Claude through SCSA, MetaTiME, CellVote, CellMatch, GPTAnno, and weighted KNN transfer workflows for annotating single-cell modalities.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/single-annotation
Starlitnightly
single-cell-cellphonedb-communication-mapping
Run omicverse's CellPhoneDB v5 wrapper on annotated single-cell data to infer ligand-receptor networks and produce CellChat-style visualisations.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/single-cellphone-db
Starlitnightly
single-cell-clustering-and-batch-correction-with-omicverse
Guide Claude through omicverse's single-cell clustering workflow, covering preprocessing, QC, multimethod clustering, topic modeling, cNMF, and cross-batch integration as demonstrated in t_cluster.ipynb and t_single_batch.ipynb.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/single-clustering
Starlitnightly
single-cell-downstream-analysis
Checklist-style reference for OmicVerse downstream tutorials covering AUCell scoring, metacell DEG, and related exports.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/single-downstream-analysis
Starlitnightly
single-cell-multi-omics-integration
Quick-reference sheet for OmicVerse tutorials spanning MOFA, GLUE pairing, SIMBA integration, TOSICA transfer, and StaVIA cartography.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/single-multiomics
Starlitnightly
single-cell-preprocessing-with-omicverse
Walk through omicverse's single-cell preprocessing tutorials to QC PBMC3k data, normalise counts, detect HVGs, and run PCA/embedding pipelines on CPU, CPU–GPU mixed, or GPU stacks.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/single-preprocessing
Starlitnightly
single2spatial-spatial-mapping
Map scRNA-seq atlases onto spatial transcriptomics slides using omicverse's Single2Spatial workflow for deep-forest training, spot-level assessment, and marker visualisation.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/single-to-spatial-mapping
Starlitnightly
single-trajectory-analysis
Guide to reproducing OmicVerse trajectory workflows spanning PAGA, Palantir, VIA, velocity coupling, and fate scoring notebooks.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/single-trajectory
Starlitnightly
spatial-transcriptomics-tutorials-with-omicverse
Guide users through omicverse's spatial transcriptomics tutorials covering preprocessing, deconvolution, and downstream modelling workflows across Visium, Visium HD, Stereo-seq, and Slide-seq datasets.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/spatial-tutorials
Starlitnightly
tcga-bulk-data-preprocessing-with-omicverse
Guide Claude through ingesting TCGA sample sheets, expression archives, and clinical carts into omicverse, initialising survival metadata, and exporting annotated AnnData files.
skillsmp.com
null
https://github.com/Starlitnightly/omicverse/tree/master/.claude/skills/tcga-preprocessing
Starlitnightly
angular-dependency-injection
Master Angular's dependency injection system, services, providers, and RxJS observable patterns.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/angular-dependency-injection
pluginagentmarketplace
asset-optimization
Master image optimization, modern formats (WebP, AVIF), responsive images, and CDN strategies.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/asset-optimization
pluginagentmarketplace
bundle-analysis-splitting
Analyze and optimize bundle sizes through code splitting, lazy loading, and dependency management.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/bundle-analysis-splitting
pluginagentmarketplace
code-quality-linting
Master ESLint, Prettier, TypeScript, and pre-commit hooks for code quality enforcement.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/code-quality-linting
pluginagentmarketplace
code-splitting-bundling
Implement route-based and component-based code splitting for optimal bundle sizes and load performance.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/code-splitting-bundling
pluginagentmarketplace
component-testing-libraries
Master React Testing Library, Vue Test Utils, and user-centric testing approaches.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/component-testing-libraries
pluginagentmarketplace
context-api-hooks
Master React Context API and custom hooks for state management without Redux.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/context-api-hooks
pluginagentmarketplace
devtools-profiling
Master browser DevTools for performance profiling, memory debugging, and network analysis.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/devtools-profiling
pluginagentmarketplace
dom-manipulation
Master DOM selection, manipulation, event handling, and dynamic content creation for interactive web applications.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/dom-manipulation
pluginagentmarketplace
e2e-testing-cypress-playwright
Master end-to-end testing with Cypress and Playwright for complete user journey testing.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/e2e-testing-cypress-playwright
pluginagentmarketplace
html-css-essentials
Master HTML5 semantic markup and CSS layouts (Flexbox, Grid). Learn responsive design and accessibility best practices for modern web development.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/html-css-essentials
pluginagentmarketplace
internet-basics
Understand how the internet works, TCP/IP, HTTP/HTTPS, DNS, browsers, and web architecture fundamentals.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/internet-basics
pluginagentmarketplace
micro-frontend-architecture
Design and implement micro-frontend architecture with Module Federation, shared dependencies, and independent deployment.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/micro-frontend-architecture
pluginagentmarketplace
npm-yarn-pnpm
Master NPM, Yarn, and PNPM package managers. Learn dependency management, versioning, and monorepo setup.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/npm-yarn-pnpm
pluginagentmarketplace
pwa-offline-first
Build Progressive Web Apps with offline support, service workers, push notifications, and installation.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/pwa-offline-first
pluginagentmarketplace
react-hooks-patterns
Master React Hooks (useState, useEffect, useContext, useReducer) and advanced Hook patterns for functional components.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/react-hooks-patterns
pluginagentmarketplace
redux-state-management
Master Redux for predictable state management with actions, reducers, middleware, and Redux Toolkit.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/redux-state-management
pluginagentmarketplace
ssr-ssg-frameworks
Master Next.js, Nuxt, and SSR/SSG patterns for server-side rendering and static generation.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/ssr-ssg-frameworks
pluginagentmarketplace
state-patterns-architecture
Master advanced state patterns including CQRS, Event Sourcing, and State Machines.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/state-patterns-architecture
pluginagentmarketplace
svelte-reactivity-stores
Master Svelte's true reactivity, reactive declarations, stores, and animations with minimal boilerplate.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/svelte-reactivity-stores
pluginagentmarketplace
typescript-enterprise-patterns
Master advanced TypeScript patterns including branded types, discriminated unions, conditional types, and design patterns.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/typescript-enterprise-patterns
pluginagentmarketplace
unit-testing-jest-vitest
Master Jest and Vitest for unit testing with mocking, assertions, and coverage reporting.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/unit-testing-jest-vitest
pluginagentmarketplace
vite-bundling
Master Vite's modern bundling approach with ESM, HMR, and native performance optimizations.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/vite-bundling
pluginagentmarketplace
vue-composition-api-advanced
Master Vue 3 Composition API, reactive declarations, composables, and advanced state management patterns.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/vue-composition-api-advanced
pluginagentmarketplace
web-security-implementation
Master CORS, XSS prevention, CSRF protection, CSP headers, and secure authentication patterns.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/web-security-implementation
pluginagentmarketplace
web-vitals-lighthouse
Master Core Web Vitals (LCP, INP, CLS) and Lighthouse for measuring and optimizing user experience.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/web-vitals-lighthouse
pluginagentmarketplace
webpack-advanced
Master Webpack configuration, loaders, plugins, code splitting, and production optimization.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/webpack-advanced
pluginagentmarketplace
zustand-lightweight-state
Master Zustand minimalist state management with stores, hooks, and middleware.
skillsmp.com
null
https://github.com/pluginagentmarketplace/claude-plugin-ecosystem-hub/tree/main/custom-plugin-frontend/skills/zustand-lightweight-state
pluginagentmarketplace
azure-basics
Azure cloud services, resource management, and Azure CLI patterns. Use when working with Azure resources, resource groups, ARM templates, az commands (az vm, az network, az storage, az aks), Azure naming conventions, RBAC policies, networking (VNet, NSG, Application Gateway), or implementing Azure best practices for re...
skillsmp.com
null
https://github.com/jonhill90/vibes/tree/main/.claude/skills/azure-basics
jonhill90
skill-creator
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 Claude's capabilities with specialized knowledge, workflows, or tool integrations.
skillsmp.com
null
https://github.com/jonhill90/vibes/tree/main/.claude/skills/skill-creator
jonhill90
task-management
Task decomposition, dependency analysis, and parallel execution orchestration. Use when breaking down features into tasks, analyzing task dependencies, planning parallel execution strategies, or coordinating multi-agent workflows. Covers dependency detection, execution grouping, resource conflict prevention, and perfor...
skillsmp.com
null
https://github.com/jonhill90/vibes/tree/main/.claude/skills/task-management
jonhill90
terraform-basics
Terraform infrastructure-as-code patterns for AWS and Azure provisioning. Use when creating or modifying .tf files, writing Terraform modules, managing remote state (S3, Azure Storage), working with terraform commands (init, plan, apply, destroy), configuring providers (AWS, Azure, Google Cloud), or implementing infras...
skillsmp.com
null
https://github.com/jonhill90/vibes/tree/main/.claude/skills/terraform-basics
jonhill90
check-team-codex
Validates code against Semicolon Team Codex rules including commit conventions, code quality standards, and development best practices. Use before commits and during code reviews.
skillsmp.com
null
https://github.com/semicolon-devteam/docs/tree/main/.claude/skills/check-team-codex
semicolon-devteam
database-compliance
Use this skill for ANY database operations (schema changes, SQL, migrations, Supabase interactions). It contains EMBEDDED RULES to minimize token usage.
skillsmp.com
null
https://github.com/semicolon-devteam/docs/tree/main/.claude/skills/database-compliance
semicolon-devteam
fetch-supabase-example
Fetches reference implementation examples from semicolon-devteam/core-supabase repository for Supabase RPC patterns. Use this skill whenever implementing Supabase data access to ensure correct patterns.
skillsmp.com
null
https://github.com/semicolon-devteam/docs/tree/main/.claude/skills/fetch-supabase-example
semicolon-devteam
scaffold-domain
Creates a new domain following DDD architecture pattern with all 4 layers (Repository, API Client, Hooks, Components), boilerplate files, and test stubs. Use when starting a new feature domain.
skillsmp.com
null
https://github.com/semicolon-devteam/docs/tree/main/.claude/skills/scaffold-domain
semicolon-devteam
insurance-plan-analyzer
Analyzes and compares health insurance plans (individual vs group), calculates costs, verifies networks, and generates formatted comparison reports for decision-making
skillsmp.com
null
https://github.com/yvinodreddy/Codebase/tree/main/claude-test/html/insurance-plan-analyzer-skill
yvinodreddy
deep-research
Use PROACTIVELY for comprehensive, multi-source research combining web browsing, codebase exploration, and third-party code analysis. Orchestrates multiple specialized agents using Graph of Thoughts methodology. Ideal for: complex technical questions, comparing documentation vs implementation, understanding library int...
skillsmp.com
null
https://github.com/bumfo/spark-protobuf-backport/tree/master/.claude/skills/deep-research
bumfo
sbt-benchmark
Use PROACTIVELY for JMH benchmarks in this Spark protobuf project. Handles sbt commands, always cleans before benchmarking, saves output to /tmp logs, and uses log-reader agent to parse results.
skillsmp.com
null
https://github.com/bumfo/spark-protobuf-backport/tree/master/.claude/skills/sbt-benchmark
bumfo
add-home-app
Automated workflow to scaffold a new Home Manager application in nixos-hwc following Charter v6.0 patterns with full structure and validation
skillsmp.com
null
https://github.com/eriqueo/nixos-hwc/tree/main/.claude/skills/add-home-app
eriqueo
add-server-container
Automated workflow to deploy a new Podman container in nixos-hwc server domain with networking, storage, secrets, and reverse proxy integration
skillsmp.com
null
https://github.com/eriqueo/nixos-hwc/tree/main/.claude/skills/add-server-container
eriqueo
charter-check
Fast Charter v6.0 compliance validation for nixos-hwc using targeted searches to detect violations without reading entire codebase
skillsmp.com
null
https://github.com/eriqueo/nixos-hwc/tree/main/.claude/skills/charter-check
eriqueo
module-migrate
Automated workflow to migrate existing nixos-hwc modules to Charter v6.0 compliance by refactoring structure, namespace, and validation
skillsmp.com
null
https://github.com/eriqueo/nixos-hwc/tree/main/.claude/skills/module-migrate
eriqueo
nixos-build-doctor
Diagnoses and fixes NixOS build failures in nixos-hwc by analyzing error patterns, locating issues using namespace mapping, and providing targeted fixes
skillsmp.com
null
https://github.com/eriqueo/nixos-hwc/tree/main/.claude/skills/nixos-build-doctor
eriqueo
nixos-charter-compliance
Reviews code for Charter v6.0 compliance in nixos-hwc, validates domain boundaries, namespace patterns, and architectural rules using targeted searches
skillsmp.com
null
https://github.com/eriqueo/nixos-hwc/tree/main/.claude/skills/nixos-charter-compliance
eriqueo
nixos-container-orchestrator
Deploys and configures Podman containers in nixos-hwc with proper networking, storage, and reverse proxy integration
skillsmp.com
null
https://github.com/eriqueo/nixos-hwc/tree/main/.claude/skills/nixos-container-orchestrator
eriqueo
nixos-module-architect
Creates new NixOS modules following Charter v6.0 architecture patterns, namespace rules, and domain boundaries for nixos-hwc repository
skillsmp.com
null
https://github.com/eriqueo/nixos-hwc/tree/main/.claude/skills/nixos-module-architect
eriqueo
nixos-secret-guardian
Manages agenix secrets for nixos-hwc with proper encryption, permissions, and service integration following the secrets domain architecture
skillsmp.com
null
https://github.com/eriqueo/nixos-hwc/tree/main/.claude/skills/nixos-secret-guardian
eriqueo
secret-provision
End-to-end workflow to add encrypted secrets to nixos-hwc using agenix with proper permissions and service integration
skillsmp.com
null
https://github.com/eriqueo/nixos-hwc/tree/main/.claude/skills/secret-provision
eriqueo
skill-creator
How to properly create Claude Code skills - teaches global vs project-local, naming conventions, and proper file structure
skillsmp.com
null
https://github.com/ChinchillaEnterprises/ChillSkills/tree/main/skill-creator
ChinchillaEnterprises
generating-commit-messages
Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
skillsmp.com
null
https://github.com/lwmacct/251112-go-ddd-skeleton/tree/main/.claude/skills/commit-helper
lwmacct
skill-creator
Meta-skill to generate new Claude Agent Skills from natural-language descriptions. Use when creating skills, building custom workflows, generating new capabilities, or extending Claude's functionality. Outputs complete SKILL.md files with proper frontmatter (name, description, optional allowed-tools) and clear instruct...
skillsmp.com
null
https://github.com/dredd-us/seashells/tree/trunk/.claude/skills/skill-creator
dredd-us
api-documentation-generator
Generate comprehensive, professional API documentation following industry best practices
skillsmp.com
null
https://github.com/kousen/claude-code-training/tree/main/skills-and-plugins/api-documentation-skill
kousen
security-code-review
Identify security vulnerabilities and suggest secure coding practices
skillsmp.com
null
https://github.com/kousen/claude-code-training/tree/main/skills-and-plugins/security-review-skill
kousen
spring-boot-best-practices
Generate Spring Boot components following modern Java best practices and team conventions
skillsmp.com
null
https://github.com/kousen/claude-code-training/tree/main/skills-and-plugins/spring-boot-skill
kousen
component-manager
Manage component registry for task categorization. List, find, and add components. State stored in .claude/state/task-streams/component-manager.json (gitignored). Auto-initializes with C00 "General / Cross-Cutting" on first use. Returns component codes like C01, C02. Use when user says 'list components', 'add component...
skillsmp.com
null
https://github.com/nathanvale/dotfiles/tree/main/.claude/plugins/marketplaces/user-marketplace/plugins/task-streams/skills/component-manager
nathanvale
detect-input-type
Intelligently detects document type (review, spec, ADR, tech-debt, security, generic) from content and filename to route to appropriate format skill. Use when user says 'detect document type', 'what type of document is this', 'analyze document', 'classify document', or when converting documents without specifying type....
skillsmp.com
null
https://github.com/nathanvale/dotfiles/tree/main/.claude/plugins/marketplaces/user-marketplace/plugins/task-streams/skills/detect-input-type
nathanvale
format-bug-findings
Formats code review findings into task-decomposable output with 15 enrichments (10 universal + 5 bug-specific including root cause and pattern detection). Use when user says 'format code review', 'process bug findings', 'convert review to tasks', 'enrich code review findings', or when processing .md code review documen...
skillsmp.com
null
https://github.com/nathanvale/dotfiles/tree/main/.claude/plugins/marketplaces/user-marketplace/plugins/task-streams/skills/format-bug-findings
nathanvale
format-generic
Fallback formatter that extracts tasks from any document structure using best-effort pattern matching. Use when user says 'format unknown document', 'extract tasks from any document', 'process mixed content', 'handle custom format', or when detect-input-type returns 'generic'. Handles ADRs, custom docs, and novel struc...
skillsmp.com
null
https://github.com/nathanvale/dotfiles/tree/main/.claude/plugins/marketplaces/user-marketplace/plugins/task-streams/skills/format-generic
nathanvale
format-security
Transforms security audits and vulnerability assessments into prioritized remediation tasks with 15 enrichments (10 universal + 5 security-specific). Use when user says 'format security audit', 'process vulnerabilities', 'convert security findings', 'prioritize security issues', or when detect-input-type returns 'secur...
skillsmp.com
null
https://github.com/nathanvale/dotfiles/tree/main/.claude/plugins/marketplaces/user-marketplace/plugins/task-streams/skills/format-security
nathanvale
format-spec
Transforms technical specifications into task files with 15 enrichments (10 universal + 5 spec-specific including UX flow and success metrics). Use when user says 'format specification', 'convert spec to tasks', 'process requirements', 'extract tasks from spec', or when detect-input-type returns 'spec'. Handles PRDs, f...
skillsmp.com
null
https://github.com/nathanvale/dotfiles/tree/main/.claude/plugins/marketplaces/user-marketplace/plugins/task-streams/skills/format-spec
nathanvale
format-tech-debt
Transforms technical debt assessments into prioritized refactoring tasks with 15 enrichments (10 universal + 5 tech debt-specific including ROI analysis). Use when user says 'format tech debt', 'convert technical debt', 'process refactoring needs', 'prioritize tech debt', or when detect-input-type returns 'tech-debt'. ...
skillsmp.com
null
https://github.com/nathanvale/dotfiles/tree/main/.claude/plugins/marketplaces/user-marketplace/plugins/task-streams/skills/format-tech-debt
nathanvale
id-generator
Generate task (T####) and report (R####) IDs with rich metadata tracking. Stores creation date, source document, type, and notes for every ID. State in .claude/state/task-streams/id-generator.json (gitignored). Auto-initializes. (project, gitignored)
skillsmp.com
null
https://github.com/nathanvale/dotfiles/tree/main/.claude/plugins/marketplaces/user-marketplace/plugins/task-streams/skills/id-generator
nathanvale
bash-history-assistant
Searches and analyzes bash command history using Atuin CLI integration. Use when finding previously-run commands, analyzing command patterns, searching for cloud/deployment commands, or when mentioned 'bash history', 'atuin', 'command history', 'what command did I use', 'find command'.
skillsmp.com
null
https://github.com/nathanvale/dotfiles/tree/main/.claude/skills/bash-history-assistant
nathanvale
code-analysis-toolkit
Provides tool selection guidance for code analysis using rg, ast-grep, jq, Glob, Read, and Sequential Thinking. Use when analyzing .ts, .js, .py, or other source files and need to choose the right search/analysis tool, combine multiple tools for complex workflows, or handle edge cases in code refactoring. Mention 'whic...
skillsmp.com
null
https://github.com/nathanvale/dotfiles/tree/main/.claude/skills/code-analysis-toolkit
nathanvale
directory-handling
Expert guidance for reliable bash script directory navigation and path handling. Use when writing new bash scripts, reviewing existing scripts, debugging directory-related failures, or when mentioned 'directory handling', 'bash paths', 'cd errors', 'script location', or 'git root'. Provides deterministic patterns to el...
skillsmp.com
null
https://github.com/nathanvale/dotfiles/tree/main/.claude/skills/directory-handling
nathanvale
hf-orchestrator
Manages HyperFlow keyboard orchestration system including Hyper key architecture, Karabiner configuration, app launcher modifications, SuperWhisper mode integration, and debugging. This skill should be used when adding new keyboard shortcuts, modifying the hyperflow.sh launcher, configuring SuperWhisper modes, debuggin...
skillsmp.com
null
https://github.com/nathanvale/dotfiles/tree/main/.claude/skills/hf-orchestrator
nathanvale
index-graph-navigator
Provides token-efficient navigation of PROJECT_INDEX.json for codebase analysis. Use when blast radius analysis, dead code detection, caller dependency analysis, or call stack tracing is needed. Mention 'blast radius', 'find callers', 'dead code', or provide file:line references to trigger. Primary consumer is AI agent...
skillsmp.com
null
https://github.com/nathanvale/dotfiles/tree/main/.claude/skills/index-graph-navigator
nathanvale