Browse Skills
44915 skills found
markdowntown-cli.md
0
1
export
markdowntown-cli
2
from
"joelklabo/markdowntown-cli"
from
"joelklabo/markdowntown-cli"
3
Repo workflow for markdowntown-cli development and scans.
2026-01-05
aci-318-concrete-design.md
0
1
export
aci-318-concrete-design
2
from
"gogohkm/Codex_Work"
from
"gogohkm/Codex_Work"
3
ACI 318-25 콘크리트 구조설계 기준(Building Code for Structural Concrete)을 검색하고 설계 계산을 수행하며, 설계 워크플로우를 제공합니다. 콘크리트 구조설계, 철근콘크리트, 프리스트레스트 콘크리트, 노출등급, 내진설계, 부재 설계 관련 질문에 즉시 활성화되며, 공식 추출, 노출등급 선택, SDC 요구사항, 설계 검증을 지원합니다.
2026-01-05
production-deployment-phase.md
0
1
export
production-deployment-phase
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Standard Operating Procedure for /ship-prod phase. Automated staging→production promotion.
2026-01-05
ruby-oop.md
0
1
export
ruby-oop
2
from
"conradbeach/dotfiles"
from
"conradbeach/dotfiles"
3
Use when working with Ruby's object-oriented programming features including classes, modules, inheritance, mixins, and method visibility.
2026-01-05
playwright.md
0
1
export
playwright
2
from
"VitorAndTxr/Bioteca.Prism.InteroperableResearchInterfaceSystem"
from
"VitorAndTxr/Bioteca.Prism.InteroperableResearchInterfaceSystem"
3
Browser automation scripts for testing, screenshots, and web interaction. 16 scripts with persistent state.
2026-01-05
building-skills.md
0
1
export
building-skills
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Creating new Claude Code skills for StickerNest. Use when the user asks to create a skill, build a skill, add a new skill, make a Claude skill, or extend Claude's capabilities for this project. Covers skill structure, YAML frontmatter, trigger-focused descriptions, and StickerNest-specific skill patterns.
2026-01-05
julien-infra-hostinger-database.md
0
1
export
julien-infra-hostinger-database
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage shared database instances on Hostinger VPS srv759970 - PostgreSQL, Redis, MongoDB operations. Use for database connections, backups, user management, performance checks, or troubleshooting database issues.
2026-01-05
devsecops-lookup.md
0
1
export
devsecops-lookup
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Looks up OWASP DevSecOps Guideline phases, security tools, and pipeline checks. Returns tool configurations, CWE mappings, and integration patterns for CI/CD security. Use when user asks about "DevSecOps", "SAST", "DAST", "SCA", "container security", "IaC security", "secret detection", "gitleaks", "semgrep", "trivy", "pipeline security", "シークレット検出", "静的解析", "動的解析", "コンテナセキュリティ", "セキュリティゲート".
2026-01-05
task-management.md
0
1
export
task-management
2
from
"Xeythhhh/.xeyth"
from
"Xeythhhh/.xeyth"
3
Create and manage .task files using AI Framework conventions
2026-01-05
performance-patterns.md
0
1
export
performance-patterns
2
from
"hculap/better-code"
from
"hculap/better-code"
3
Use when user asks about N+1 queries, performance optimization, query optimization, reduce API calls, improve render performance, fix slow code, optimize database, or reduce bundle size. Provides guidance on identifying and fixing performance anti-patterns across database, backend, frontend, and API layers.
2026-01-05
code-review.md
0
1
export
code-review
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Review code changes following RT Stack conventions and best practices.按照 RT Stack 规范和最佳实践审查代码变更。Use when:- Reviewing pull requests- Checking code quality before commit- User mentions "review", "check code", "审查代码", "代码检查"
2026-01-05
generate-project-artifact.md
0
1
export
generate-project-artifact
2
from
"Rafael-Rueda/sardius"
from
"Rafael-Rueda/sardius"
3
Creates an antifact following the project's patterns and methods. Use when you need to create a new artifact in a bounded context/module. Use to create new entities, services, repositories, or any other artifact in the application. It internally uses the /generate command.
2026-01-05
shell-scripting.md
0
1
export
shell-scripting
2
from
"SuperScript/scrip"
from
"SuperScript/scrip"
3
Generate POSIX shell scripts following UNIX programming principles and a rigorous coding style. Use when: (1) creating or updating shell scripts; (2) when working on .sh files; (3) when working on files with #!/bin/sh shebang lines. Do not use when: (1) asked to create a Bash script.
2026-01-05
subject-line-optimizer.md
0
1
export
subject-line-optimizer
2
from
"chekos/bns-marketplace"
from
"chekos/bns-marketplace"
3
Improve newsletter open rates through better subject lines. Use when:(1) Writing subject lines for tacosdedatos editions, (2) Analyzing why an editionhad low open rates, (3) A/B testing subject line variants, (4) Reviewing subjectlines before sending. Produces 5-10 variants with recommendations.
2026-01-05
github-modes.md
0
1
export
github-modes
2
from
"vamseeachanta/workspace-hub"
from
"vamseeachanta/workspace-hub"
3
Comprehensive GitHub integration modes for workflow orchestration, PR management, and repository coordination. Use for GitHub CLI operations, automated workflows, PR reviews, issue tracking, release management, and CI/CD coordination.
2026-01-05
global-validation.md
0
1
export
global-validation
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implement comprehensive validation using Zod schemas for type-safe validation on both client and server, with server-side validation as the security boundary (never trust client input). Use this skill when validating user inputs, creating API endpoints that accept data, implementing forms, defining data schemas, validating file uploads, creating validation middleware, implementing Firestore security rules or Supabase RLS, or writing validation rules for any user-provided data. Apply when working on API route handlers, form components with React Hook Form, validation middleware, Zod schema definitions (schemas/*.ts, validation/*.ts), Firestore security rules (firestore.rules), Supabase RLS policies, or any code that accepts external input. This skill ensures server-side validation always (client-side is for UX only), Zod for schema validation with TypeScript type inference (z.infer<typeof schema>), validation middleware factory for Express/Bun APIs, React Hook Form + zodResolver for forms, user-friendly error
2026-01-05
requirements-defining.md
0
1
export
requirements-defining
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
EARS記法を用いた要件定義書(requirements.md)を作成・編集します。ユーザーストーリーの作成、受入基準の定義、非機能要件の整理が必要な場合に使用してください。
2026-01-05
vietnamese-story-writer.md
0
1
export
vietnamese-story-writer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Tạo và viết truyện tranh bằng tiếng Việt với các thể loại đa dạng. Use when you need to create engaging stories, fables, or narratives in Vietnamese language for different audiences and purposes.
2026-01-05
gemini-cli.md
0
1
export
gemini-cli
2
from
"bedecarroll/dotfiles"
from
"bedecarroll/dotfiles"
3
Use the Google Gemini CLI to get a second opinion on code, architecture, and UI/UX work. Trigger when a user asks to consult Gemini, wants an external critique, or requests UI feedback, design alternatives, or code review via the Gemini CLI.
2026-01-05
plugin-versioning.md
0
1
export
plugin-versioning
2
from
"WorldCentralKitchen/python-dev-framework"
from
"WorldCentralKitchen/python-dev-framework"
3
Guide for versioning and releasing Claude Code plugins. Covers semantic versioning, CHANGELOG maintenance, and the automated release workflow.
2026-01-05
adr-review.md
0
1
export
adr-review
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Multi-agent debate orchestration for Architecture Decision Records. Automatically triggers on ADR create/edit/delete. Coordinates architect, critic, independent-thinker, security, analyst, and high-level-advisor agents in structured debate rounds until consensus.
2026-01-05
mode-backend-tdd.md
0
1
export
mode-backend-tdd
2
from
"edneyreis999/zord-project"
from
"edneyreis999/zord-project"
3
Methodological skill for Test-Driven Development in NestJS backend. This skill should be used when strict quality requirements demand tests-first approach, refactoring critical services, or building MVPs with mandatory coverage. Complements nestjs-architect skill with TDD methodology.
2026-01-05
soracom-backend-guidelines.md
0
1
export
soracom-backend-guidelines
2
from
"soracom/saef"
from
"soracom/saef"
3
Backend and API standards for Soracom services. Use when authoring OpenAPI specs, implementing Java/Kotlin services, or preparing releases.
2026-01-05
ui-ux-pro-max.md
0
1
export
ui-ux-pro-max
2
from
"intrusive-memory/skills"
from
"intrusive-memory/skills"
3
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
2026-01-05