Browse Skills
44835 skills found
Holochain Development.md
11
1
export
Holochain Development
2
from
"happenings-community/requests-and-offers"
from
"happenings-community/requests-and-offers"
3
This skill should be used when developing Holochain hApps, setting up development environments, creating zomes, implementing hREA integration, or writing multi-agent tests with Tryorama
2026-01-05
Business Strategy and Planning.md
11
1
export
Business Strategy and Planning
2
from
"ShunsukeHayashi/Miyabi"
from
"ShunsukeHayashi/Miyabi"
3
Comprehensive business planning including self-analysis, product concept, persona development, and 8-phase business plan creation. Use when creating business plans or product strategies.
2026-01-05
developing-with-swift.md
11
1
export
developing-with-swift
2
from
"czottmann/claude-code-stuff"
from
"czottmann/claude-code-stuff"
3
Use this before writing any Swift code, before planning code changes and enhancements - establishes style guidelines, teaches you vital Swift techniques
2026-01-05
security-audit.md
11
1
export
security-audit
2
from
"bybren-llc/wtfb-safe-agentic-workflow"
from
"bybren-llc/wtfb-safe-agentic-workflow"
3
RLS validation, security audits, OWASP compliance, and vulnerability scanning. Use when validating RLS policies, auditing API routes, or scanning for security issues.
2026-01-05
advanced-kubernetes.md
11
1
export
advanced-kubernetes
2
from
"williamzujkowski/standards"
from
"williamzujkowski/standards"
3
Custom Resource Definitions (CRDs) extend Kubernetes API with custom object types. Operators are controllers that manage these custom resources using domain-specific logic.
2026-01-05
creating-skills.md
11
1
export
creating-skills
2
from
"fvadicamo/dev-agent-skills"
from
"fvadicamo/dev-agent-skills"
3
Guide for creating Claude Code skills following Anthropic's official best practices. Use when user wants to create a new skill, build a skill, write SKILL.md, or needs skill creation guidelines. Provides structure, naming conventions, description writing, and quality checklist.
2026-01-05
mlops.md
11
1
export
mlops
2
from
"williamzujkowski/standards"
from
"williamzujkowski/standards"
3
MLOps engineering covering ML pipeline design, model versioning, experiment tracking, deployment strategies, drift detection, and monitoring for production ML systems with tools like MLflow, Kubeflow, and model registries
2026-01-05
commit-helper.md
11
1
export
commit-helper
2
from
"ShunsukeHayashi/Miyabi"
from
"ShunsukeHayashi/Miyabi"
3
Generate clear, conventional commit messages from git diffs. Use when creating commits, reviewing staged changes, or writing commit messages.
2026-01-05
teachable-course-creator.md
11
1
export
teachable-course-creator
2
from
"ShunsukeHayashi/Miyabi"
from
"ShunsukeHayashi/Miyabi"
3
Create and manage Teachable online courses with browser automation and AI content generation. Use when building courses, setting up curriculum, generating content with CCG, or automating Teachable admin tasks.
2026-01-05
vimfinity-bindings.md
11
1
export
vimfinity-bindings
2
from
"jcaw/talon_config"
from
"jcaw/talon_config"
3
Create vimfinity keyboard bindings for Talon voice control following project conventions - use when adding keyboard shortcuts, integrating editor actions, or setting up modal keybindings
2026-01-05
research.md
11
1
export
research
2
from
"TechNickAI/ai-coding-config"
from
"TechNickAI/ai-coding-config"
3
Use when current web info needed, verifying APIs still work, checking latest versions, or avoiding outdated implementations
2026-01-05
cel-k8s.md
11
1
export
cel-k8s
2
from
"tyrchen/claude-skills"
from
"tyrchen/claude-skills"
3
Write production-ready CEL (Common Expression Language) code for Kubernetes ValidatingAdmissionPolicies, CRD validation rules, and security policies. Use when users need to create admission policies, validate Kubernetes resources, enforce security constraints, or write CEL expressions for Kubernetes.
2026-01-05
healthtech-hipaa.md
11
1
export
healthtech-hipaa
2
from
"williamzujkowski/standards"
from
"williamzujkowski/standards"
3
HIPAA establishes national standards for protecting patient health information (PHI). Enforced by HHS Office for Civil Rights.
2026-01-05
coding-standards.md
11
1
export
coding-standards
2
from
"williamzujkowski/standards"
from
"williamzujkowski/standards"
3
Comprehensive coding standards and best practices for maintainable, consistent software development across multiple languages and paradigms
2026-01-05
integration-testing.md
11
1
export
integration-testing
2
from
"williamzujkowski/standards"
from
"williamzujkowski/standards"
3
Integration testing standards for API testing, database testing, and service-to-service communication. Covers test containers, Docker Compose, API mocking, and contract testing for reliable integration suites.
2026-01-05
playwright-browser.md
11
1
export
playwright-browser
2
from
"TechNickAI/ai-coding-config"
from
"TechNickAI/ai-coding-config"
3
Use when automating browsers, testing pages, taking screenshots, checking UI, verifying login flows, or testing responsive behavior
2026-01-05
Effect-TS Architecture.md
11
1
export
Effect-TS Architecture
2
from
"happenings-community/requests-and-offers"
from
"happenings-community/requests-and-offers"
3
This skill should be used when implementing 7-layer Effect-TS architecture patterns, creating standardized services and stores, implementing domain-specific error handling, or validating architectural consistency across Holochain hApp domains
2026-01-05
semantic-line-breaks.md
11
1
export
semantic-line-breaks
2
from
"abhinav/home"
from
"abhinav/home"
3
Provides formatting guidelines for prose. This skill's guidance is automatically applied when writing multi-line comments, commit messages, markdown, or other prose.
2026-01-05
frontend-patterns.md
11
1
export
frontend-patterns
2
from
"bybren-llc/wtfb-safe-agentic-workflow"
from
"bybren-llc/wtfb-safe-agentic-workflow"
3
Frontend patterns for Next.js App Router, Clerk auth, shadcn/Radix UI, and PostHog analytics. Use when building UI components, creating pages, implementing auth flows, or adding analytics events. Ensures consistent UX patterns and accessibility standards.
2026-01-05
Claude Code X - Autonomous Execution Subagent.md
11
1
export
Claude Code X - Autonomous Execution Subagent
2
from
"ShunsukeHayashi/Miyabi"
from
"ShunsukeHayashi/Miyabi"
3
Execute Claude Code autonomously in the background for well-defined tasks, enabling parallel execution of up to 5 concurrent sessions while the user continues other work.
2026-01-05
Dependency Management for Cargo and npm.md
11
1
export
Dependency Management for Cargo and npm
2
from
"ShunsukeHayashi/Miyabi"
from
"ShunsukeHayashi/Miyabi"
3
Manage Rust and Node.js dependencies including adding, updating, auditing, and resolving conflicts. Use when updating dependencies or resolving version conflicts.
2026-01-05
go-coding-standards.md
11
1
export
go-coding-standards
2
from
"williamzujkowski/standards"
from
"williamzujkowski/standards"
3
Go coding standards following idiomatic Go patterns, error handling, concurrency best practices, and modern Go tooling. Use for Go projects requiring clean, efficient, production-ready code with comprehensive testing.
2026-01-05
model-deployment.md
11
1
export
model-deployment
2
from
"williamzujkowski/standards"
from
"williamzujkowski/standards"
3
Model-Deployment standards for model deployment in Ml Ai environments.
2026-01-05
Content Marketing and Social Media Strategy.md
11
1
export
Content Marketing and Social Media Strategy
2
from
"ShunsukeHayashi/Miyabi"
from
"ShunsukeHayashi/Miyabi"
3
6-month content calendar, multi-platform SNS strategy, and YouTube channel optimization. Use when creating content strategies or growing social media presence.
2026-01-05