Browse Skills

6825 skills found

moai-connector-notion.md
0
1 export moai-connector-notion
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Enterprise Notion integration with MCP server architecture, database operations, and content management
2026-01-05
sql-patterns.md
0
1 export sql-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 SQL query patterns, optimization, and database best practices. Use when writing SQL queries, discussing database design, query optimization, or working with PostgreSQL, MySQL, SQLite. Triggers on mentions of SQL, SELECT, JOIN, INDEX, query optimization, database schema, PostgreSQL, MySQL.
2026-01-05
architecture-evaluation-framework.md
0
1 export architecture-evaluation-framework
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive architectural analysis and evaluation framework for system architecture assessment. Use for architecture pattern identification, SOLID principles evaluation, coupling/cohesion analysis, scalability assessment, performance characteristics, security architecture, data architecture, microservices vs monolith, technical debt quantification, and ADRs. Includes C4 model, 4+1 views, QAW, ATAM, architectural fitness functions, and visualization tools.
2026-01-05
update-kb.md
0
1 export update-kb
2 jayprimer from "jayprimer/pmc-marketplace"
3 Synchronize knowledge base documentation with current codebase implementation.Performs full, incremental, or targeted audits of source code and updatescode maps, PRDs, patterns, SOPs, and user-facing docs to match reality.Use when:- After major refactors- Periodic maintenance (monthly)- Before starting new phase of work- When docs feel stale- User says "update kb", "sync docs", "audit docs"
2026-01-05
code-review.md
0
1 export code-review
2 pproenca from "pproenca/dot-claude-old"
3 Use when requesting or receiving code reviews - covers dispatching review subagent, handling feedback with technical rigor, and avoiding performative agreement
2026-01-05
stop.md
0
1 export stop
2 Jonely235 from "Jonely235/claude-skills"
3 Anti-premature-coding protocol. MANDATORY pre-coding checkpoint: execute BEFORE writing ANY code (new features, bug fixes, refactoring, optimization, tests). Use when user requests: "implement/add/fix/refactor/optimize/create feature". Prevents "coding without reading" blindspot that causes most bugs, duplicated work, and broken architectures. Forces systematic investigation via Stop→Trace→Orient→Plan before touching keyboard.
2026-01-05
riflebird-cold-email.md
0
1 export riflebird-cold-email
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Transform SEO micro-audits into high-converting cold emails with zero jargon. Generates 2-3 email variations (customer perspective, competitor comparison, benefit-first) for e-commerce, local service, or B2B prospects. Translates technical SEO findings into business language, includes specific numbers and competitor comparisons, and positions Riflebird Agency as lean team of experts. Use when you have a completed SEO audit and need to create personalized cold outreach emails.
2026-01-05
spec-builder.md
0
1 export spec-builder
2 ngocp-0847 from "ngocp-0847/agent-kit"
3 Generate comprehensive specification documents including requirements, technical design, and detailed task breakdown from any feature request. Use when the user asks to create specs, requirements docs, design docs, or needs to break down a feature into implementation tasks. Perfect for planning new features, understanding system architecture, or preparing work for AI coding agents.
2026-01-05
svelte-expert.md
0
1 export svelte-expert
2 bangarangler from "bangarangler/osx-dotfiles"
3 Expert Svelte/SvelteKit development assistant for building components, utilities, and applications. Use when creating Svelte components, SvelteKit applications, implementing reactive patterns, handling state management, working with stores, transitions, animations, or any Svelte/SvelteKit development task. Includes comprehensive documentation access, code validation with svelte-autofixer, and playground link generation.
2026-01-05
ros2-patterns.md
0
1 export ros2-patterns
2 zeeshan080 from "zeeshan080/ai-native-robotics"
3 ROS 2 node templates and message types for robotics development. Use when creating ROS 2 nodes, understanding message types, or writing publisher/subscriber patterns.
2026-01-05
ant-design-knowledge-base.md
0
1 export ant-design-knowledge-base
2 lyq-lin from "lyq-lin/YCode.CLI"
3 Provides comprehensive answers about Ant Design components, documentation, and semantic descriptions using local knowledge base files. Use when asked about Ant Design, React UI components, design system, component semantics, or specific component usage.
2026-01-05
revision-framework.md
0
1 export revision-framework
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Apply 3-column revision method (problem/diagnosis/fix), detect weak phrasing, check clarity, enforce house-rulebook style. Use when revising drafts, improving prose quality, or when user asks to edit or refine writing.
2026-01-05
google-workspace.md
0
1 export google-workspace
2 garimto81 from "garimto81/claude"
3 Google Workspace 통합 스킬. Docs, Sheets, Drive, Gmail, Calendar API 연동. OAuth 2.0 인증, 서비스 계정 설정, 데이터 읽기/쓰기 자동화 지원.
2026-01-05
auto-commit.md
0
1 export auto-commit
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automatically commits changes using conventional commits format (feat:, fix:, docs:, chore:, refactor:, test:, style:). Use after completing bug fixes, feature implementations, or documentation updates. Triggered automatically via Stop hook.
2026-01-05
review.md
0
1 export review
2 michael-menard from "michael-menard/monorepo"
3 Comprehensive code review with parallel specialist sub-agents. Analyzes requirements traceability, code quality, security, performance, accessibility, test coverage, and technical debt. Produces detailed findings and calls /qa-gate for final gate decision.
2026-01-05
writing-guide.md
0
1 export writing-guide
2 younwony from "younwony/younwony.github.io"
3 7년차 시니어 백엔드 개발자 이력서/경력기술서 작성 가이드입니다. STAR+I 기법, 정량화 방식, 시니어 톤 표현을 제공합니다.
2026-01-05
markdowntown-cli.md
0
1 export markdowntown-cli
2 joelklabo from "joelklabo/markdowntown-cli"
3 Repo workflow for markdowntown-cli development and scans.
2026-01-05
subject-line-optimizer.md
0
1 export subject-line-optimizer
2 chekos 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
global-validation.md
0
1 export global-validation
2 majiayu000 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
soracom-backend-guidelines.md
0
1 export soracom-backend-guidelines
2 soracom 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
c99-code-review.md
0
1 export c99-code-review
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Review C99 code for compliance with HBF's strict coding standards including compiler warnings, Linux kernel style, and licensing constraints. Use when reviewing or writing C code in this project.
2026-01-05
docs-release-notes.md
0
1 export docs-release-notes
2 okurawave from "okurawave/expo-browser"
3 docsca が summary.md を作り、必要なグローバル文書を更新する手順。
2026-01-05
ln-100-documents-pipeline.md
0
1 export ln-100-documents-pipeline
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Top orchestrator for complete doc system. Delegates to ln-110 coordinator (project docs via 5 L3 workers) + ln-120-150 workers. Phase 4: global cleanup. Idempotent.
2026-01-05
web-content-summarizer.md
0
1 export web-content-summarizer
2 mmtuentertainment from "mmtuentertainment/wvwo-storefront"
3 Fetch and summarize web content for any research task - documentation, design inspiration, competitor analysis, tutorials, API docs. Use when you need to understand web pages, extract key information, research patterns, or gather context for development work.
2026-01-05