Browse Skills
2168 skills found
visibility-pattern-guardian.md
0
1
export
visibility-pattern-guardian
2
from
"matthew-bram/enterprise-confluent-test-probe"
from
"matthew-bram/enterprise-confluent-test-probe"
3
Enforces visibility pattern for testability by detecting private methods that prevent unit testing (causes 20-40% coverage loss). References authoritative style guides rather than duplicating. Auto-refactors code to private[module] object pattern with user approval. Detects inline lambdas and suggests extraction to named functions ("laws"). Blocks during scala-ninja review (Phase 2) as peer review rejection point.
2025-12-08
frontend-auth-integration.md
0
1
export
frontend-auth-integration
2
from
"nadeemsangrasi/humanoid-and-robotic-book"
from
"nadeemsangrasi/humanoid-and-robotic-book"
3
Integrates Better Auth client with ChatKit UI or custom Next/Vite UI. Adds login/logout buttons, protected routes, session hooks.
2025-12-17
express-nodejs-expert.md
0
1
export
express-nodejs-expert
2
from
"WebDev70/hosting-google"
from
"WebDev70/hosting-google"
3
Expert knowledge of Express.js and Node.js for building production-ready web applications and APIs. Covers middleware patterns, routing, async/await error handling, security, performance optimization, proxy patterns, static file serving, and production deployment. Use when working with server.js, adding routes, implementing middleware, debugging Express issues, or optimizing API endpoints.
2025-12-31
database-first.md
0
1
export
database-first
2
from
"discountedcookie/10x-mapmaster"
from
"discountedcookie/10x-mapmaster"
3
REQUIRED before implementing any game feature, scoring logic, state transition, or decision-making. ALL business logic lives in PostgreSQL - frontend is presentation only. Load this to understand where code belongs: database function vs component. Covers RPC patterns, SECURITY DEFINER, and anti-patterns.
2025-12-06
frontend-design.md
0
1
export
frontend-design
2
from
"Higashi-Masafumi/ai-coding-template"
from
"Higashi-Masafumi/ai-coding-template"
3
template for ai coding
2026-01-04
launch-planner.md
0
1
export
launch-planner
2
from
"skycruzer/fleet-management-v2"
from
"skycruzer/fleet-management-v2"
3
Airline Fleet Management Tool
2026-02-26
svg-diagram.md
0
1
export
svg-diagram
2
from
"younwony/TIL"
from
"younwony/TIL"
3
직접 SVG 코드를 작성하여 다이어그램을 생성합니다. 구조도, 비교 다이어그램, 테이블 형식 등 정교한 레이아웃이 필요할 때 사용하세요.
2026-02-25
video-editor.md
0
1
export
video-editor
2
from
"arthurbm/creator-hub"
from
"arthurbm/creator-hub"
3
Claude Skills for content creators
2026-01-04
ui-design.md
0
1
export
ui-design
2
from
"sycsky/Soncho"
from
"sycsky/Soncho"
3
Professional UI design and frontend interface guidelines. Use this skill when creating web pages, mini-program interfaces, prototypes, or any frontend UI components that require distinctive, production-grade design with exceptional aesthetic quality.
2026-02-07
nomos-compilation-debugging.md
0
1
export
nomos-compilation-debugging
2
from
"autonomous-bits/nomos"
from
"autonomous-bits/nomos"
3
Configuration scripting language that compiles reusable, cascading configs into deterministic, versioned snapshots for IaC
2026-02-17
PDF Generator Skill.md
0
1
export
PDF Generator Skill
2
from
"cuba6112/pdf_skill"
from
"cuba6112/pdf_skill"
3
Cross-platform PDF generator from JSON. Pre-compiled binaries - no build required.
2026-02-06
multi-agent-patterns.md
0
1
export
multi-agent-patterns
2
from
"Asmayaseen/hackathon-2"
from
"Asmayaseen/hackathon-2"
3
Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.
2026-02-18
coaching.md
0
1
export
coaching
2
from
"TituxMetal/warehouse-manager"
from
"TituxMetal/warehouse-manager"
3
Learn By Doing coaching methodology for guided development. Use when coaching a developer through any implementation phase.
2026-02-25
security.md
0
1
export
security
2
from
"FractionEstate/midnight-dev-skills"
from
"FractionEstate/midnight-dev-skills"
3
Security auditing patterns for Midnight Network smart contracts and dApps. Use when reviewing code for vulnerabilities, privacy leaks, cryptographic weaknesses, or performing security audits.
2026-01-05
planner.md
0
1
export
planner
2
from
"MRenAIAgent/mini_agent"
from
"MRenAIAgent/mini_agent"
3
Use when planning feature implementations, creating design artifacts, or structuring development tasks. Apply when user mentions planning, designing, architecting new features, or needs to break down complex features into implementation phases. Use proactively when user describes a substantial new feature to implement.
2026-01-20
vector-awkward.md
0
1
export
vector-awkward
2
from
"gordonwatts/skill-test"
from
"gordonwatts/skill-test"
3
Use when working in Python with scikit-hep vector and Awkward Array to build vector records, register behaviors, compute deltaR or invariant masses, combine or boost vectors, or access vector properties from ak.zip records of type (Momentum3D/Momentum4D/Vector4D). Vector is only useful if you are also using Awkward.
2025-12-28
n8n-saas-builder.md
0
1
export
n8n-saas-builder
2
from
"awjames6875/skills-factory"
from
"awjames6875/skills-factory"
3
Builds a complete SaaS frontend wrapper around validated n8n workflows. Use this skill when you want to CREATE A WEBSITE, BUILD A UI, MAKE A SAAS PRODUCT, or WRAP AN N8N WORKFLOW in a user-friendly interface. Generates Next.js/React frontends with Tailwind CSS that connect to n8n webhooks.
2025-12-21
jpyc-dev-toolkit.md
0
1
export
jpyc-dev-toolkit
2
from
"mashharuki/JPYC_Hackathon_2025"
from
"mashharuki/JPYC_Hackathon_2025"
3
Comprehensive toolkit for building applications with JPYC (Japanese Yen Pegged Coin). Use this skill when developing with JPYC token, implementing payment features, integrating JPYC SDK, deploying JPYC contracts to Base Sepolia, or building DApps with JPYC. Supports both JPYC SDK v1 usage and direct Solidity smart contract development with Hardhat, ethers.js, viem, Next.js, and React.
2026-02-18
nextjs-v16.md
0
1
export
nextjs-v16
2
from
"violabg/dev-recruit"
from
"violabg/dev-recruit"
3
Advanced patterns for Next.js 16 including cache components, server components, and error handling. Use when building pages, implementing data fetching, setting up caching strategies, or handling errors in Next.js applications.
2026-02-03
documentation.md
0
1
export
documentation
2
from
"BfdCampos/dotfiles"
from
"BfdCampos/dotfiles"
3
A repository with all my dotfiles for easy set up of new machines/environments
2025-12-08
creating-skills-and-tools.md
0
1
export
creating-skills-and-tools
2
from
"Mandorlo/wordpress-mcp"
from
"Mandorlo/wordpress-mcp"
3
Guidelines for creating new Agent Skills and MCP tools for this WordPress MCP server. Use when adding new capabilities, creating skills, or registering MCP tools.
2026-02-24
testing-pr-changes.md
0
1
export
testing-pr-changes
2
from
"ynotradio/site"
from
"ynotradio/site"
3
Y-Not Radio
2026-02-26
code-review.md
0
1
export
code-review
2
from
"rafaelcruzazevedo/dotfiles"
from
"rafaelcruzazevedo/dotfiles"
3
Code review checklist and guidelines. Use when reviewing code, creating review comments, or preparing code for review.
2025-12-29
brynhild-development.md
0
1
export
brynhild-development
2
from
"mandersogit/brynhild-harness"
from
"mandersogit/brynhild-harness"
3
LLM tool harness
2026-01-13