Browse Skills
20307 skills found
sinatra-setup-for-beginners.md
0
1
export
sinatra-setup-for-beginners
2
from
"rubrical-studios/virtual-ai-studio-dist"
from
"rubrical-studios/virtual-ai-studio-dist"
3
Set up Ruby Sinatra development environment for beginners
2026-01-05
implementation.md
0
1
export
implementation
2
from
"forrestthewoods/anubis"
from
"forrestthewoods/anubis"
3
Implements GitHub issues that have approved implementation plans. Use when you need to implement an issue, create a branch, write code, and submit a PR. Requires a clear implementation plan in the issue comments.
2026-01-05
nodes-declarative-patterns.md
0
1
export
nodes-declarative-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Build n8n nodes using declarative style with JSON-based routing configuration for REST API integrations. Use this skill when implementing standard CRUD operations, configuring requestDefaults, defining routing in operation options, setting up declarative pagination, adding query parameters via routing.send, or processing responses with postReceive. Apply when building REST API nodes with simple request/response patterns and automatic pagination handling.
2026-01-05
performance-analyzer.md
0
1
export
performance-analyzer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
CSS performance analysis covering bundle size, selector complexity, render-blocking resources, critical CSS, and optimization strategies. Use when CSS performance is slow or bundle size is too large.
2026-01-05
gist-management.md
0
1
export
gist-management
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage GitHub gists - create, edit, list, and share code snippets using gh CLI
2026-01-05
keystonejs.md
0
1
export
keystonejs
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Builds content APIs with KeystoneJS, the Node.js headless CMS with GraphQL. Use when creating admin UIs and APIs with automatic CRUD operations, relationships, access control, and TypeScript support.
2026-01-05
rust-repository.md
0
1
export
rust-repository
2
from
"gar-ai/mallorn"
from
"gar-ai/mallorn"
3
Implement the repository pattern for database abstraction with sqlx, transactions, and retry logic. Use when building data access layers.
2026-01-05
setup-assistant.md
0
1
export
setup-assistant
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Detect when user is working in an un-indexed project and proactively suggest enabling semantic memory. Activates on first code question in new projects to guide users through initial setup.
2026-01-05
ios-ia-navigation.md
0
1
export
ios-ia-navigation
2
from
"CAPHTECH/claude-marketplace"
from
"CAPHTECH/claude-marketplace"
3
iOSアプリの情報設計(IA)と画面遷移(ナビゲーション)を設計するスキル。Apple HIGとWWDCセッションに基づき、タブ/階層push/モーダルを情報階層とタスク構造から逆算して選定し、根拠と未確定事項を可視化しながら設計を完遂する。使用タイミング: (1) 新規アプリの情報設計時、(2) 画面遷移設計時、(3) 「IAを設計したい」「ナビゲーション構造を決めたい」、(4) iPad/iPhone両対応の構造設計時、(5) ディープリンク対応設計時、(6) 既存アプリのリファクタリング時
2026-01-05
p5-code-review.md
0
1
export
p5-code-review
2
from
"LuluFur/p5-web-games"
from
"LuluFur/p5-web-games"
3
Reviews p5.js tower defense game code for architecture patterns, manager responsibilities, performance issues, and code quality. Use when reviewing enemies, towers, managers, renderers, or asking for code review.
2026-01-05
amnesiac.md
0
1
export
amnesiac
2
from
"shipstone/amnesiac"
from
"shipstone/amnesiac"
3
Autonomous software development for agents with no persistent memory. Use when building, testing, or maintaining code projects. Ensures all work is independently verifiable without context from previous sessions.
2026-01-05
scraper-qa.md
0
1
export
scraper-qa
2
from
"cgjen-box/planted-website"
from
"cgjen-box/planted-website"
3
Use this skill when implementing, modifying, or fixing ANY scraper, discovery, or extraction code in the packages/scrapers directory. Triggers for tasks involving SmartDiscoveryAgent, SmartDishFinderAgent, PuppeteerFetcher, search engines, platform adapters, or related components. Orchestrates a rigorous test-driven workflow with use case definition BEFORE coding, followed by verification.
2026-01-05
brainstorming.md
0
1
export
brainstorming
2
from
"Just-mpm/ConformAI"
from
"Just-mpm/ConformAI"
3
Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation
2026-01-05
code-documentation-generator.md
0
1
export
code-documentation-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Эксперт по документации кода. Используй для JSDoc, docstrings, комментариев и автогенерации документации.
2026-01-05
storage-service.md
0
1
export
storage-service
2
from
"pixu1980/karaoke-tracker"
from
"pixu1980/karaoke-tracker"
3
Patterns for persisting and retrieving application data. Use when implementing data persistence, caching, or session management.
2026-01-05
start-right.md
0
1
export
start-right
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive repository initialization and scaffolding for new projects. Use when setting up a new repository from scratch with git, GitHub, CI/CD workflows, branch protection, validation checks (format, lint, type-check, tests, builds), git hooks (husky/lefthook), GitHub Actions for PR and main branch validation, automated versioning and tagging, and project-specific release workflows. Ideal for solo developers who want production-ready repository setup including (1) Git initialization with main branch, (2) GitHub repository creation and configuration, (3) Branch protection rules, (4) PR workflow with squash merging and auto-delete branches, (5) Comprehensive validation checks, (6) Git hooks for pre-commit and pre-push validation, (7) GitHub Actions CI/CD pipelines, (8) Automated releases with GitHub Releases integration.
2026-01-05
global-coding-style.md
0
1
export
global-coding-style
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Maintain consistent code formatting, naming conventions, type safety, and automated code quality standards across PHP and TypeScript/JavaScript. Use this skill when writing or editing any PHP files (.php), TypeScript/JavaScript files (.ts, .tsx, .js, .jsx), when implementing type declarations and return types, when running code formatters (Laravel Pint, Ultracite) or linters, when running static analysis tools (Larastan), when naming variables, functions, classes, or files, when applying DRY principles, when removing dead code, or when preparing code for review or commit.
2026-01-05
local-ssl.md
0
1
export
local-ssl
2
from
"caseymanos/dev-skills-marketplace"
from
"caseymanos/dev-skills-marketplace"
3
Enable HTTPS for local development with trusted SSL certificates. Use when developers need to test SSL/TLS features, work with third-party APIs requiring HTTPS, or simulate production environments. Supports mkcert, OpenSSL, and automatic certificate trust configuration for macOS, Linux, and Windows.
2026-01-05
component-generator.md
0
1
export
component-generator
2
from
"GMNAPI/DevPortfolio"
from
"GMNAPI/DevPortfolio"
3
Generate React components following DevPortfolio patterns with automatic scaffolding. Use when asked to create components, generate UI elements, scaffold new features, or create React components. Generates TypeScript components with proper structure, translations, tests, and animations.
2026-01-05
line-limit.md
0
1
export
line-limit
2
from
"Doyajin174/myskills"
from
"Doyajin174/myskills"
3
Enforce file line count limits (200 recommended, 300 max) for CODE IMPLEMENTATION files only. Use this when reviewing code, creating files, or when files exceed line limits and need modularization.
2026-01-05
data-engineering.md
0
1
export
data-engineering
2
from
"pluginagentmarketplace/custom-plugin-data-engineer"
from
"pluginagentmarketplace/custom-plugin-data-engineer"
3
Data pipelines, ETL/ELT systems, workflow orchestration, and data modeling
2026-01-05
senior-data-scientist.md
0
1
export
senior-data-scientist
2
from
"nimeshgurung/artifact-hub-collections"
from
"nimeshgurung/artifact-hub-collections"
3
World-class data science skill for statistical modeling, experimentation, causal inference, and advanced analytics. Expertise in Python (NumPy, Pandas, Scikit-learn), R, SQL, statistical methods, A/B testing, time series, and business intelligence. Includes experiment design, feature engineering, model evaluation, and stakeholder communication. Use when designing experiments, building predictive models, performing causal analysis, or driving data-driven decisions.
2026-01-05
frontend-design.md
0
1
export
frontend-design
2
from
"bridgpal/gemini-test"
from
"bridgpal/gemini-test"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-05
ops-identity-hygiene.md
0
1
export
ops-identity-hygiene
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Active Directory operational hygiene analyzer for OpsIdentity project. Detects administrative disorder, architectural debt, and suboptimal configurations—not offensive security. Use when (1) improving OpsIdentity PowerShell collection functions, (2) adding AI analysis prompts to server.js, (3) analyzing coverage gaps against 87 industry metrics, (4) implementing smart filtering or anti-hallucination rules. Triggers on AD health, GPO analysis, replication, trusts, token size, FSMO, site topology, DNS/DHCP hygiene, or requests to analyze existing OpsIdentity code.
2026-01-05