Browse Skills
2649 skills found
denote-org.md
5
1
export
denote-org
2
from
"junghan0611/org-mode-skills"
from
"junghan0611/org-mode-skills"
3
Use this skill when working with ~/org/ directory, Denote files (YYYYMMDDTHHMMSS--title__tags.org), or org-mode knowledge bases. Provides scripts for: parsing Denote filenames/metadata, extracting org file TOC, and navigating 3,000+ file PKM systems. Trigger on: ~/org/, ~/org/llmlog/, ~/org/bib/, Denote ID parsing, org heading extraction.
2026-01-05
chatmemo-update.md
5
1
export
chatmemo-update
2
from
"eze-is/chat-memo-website"
from
"eze-is/chat-memo-website"
3
This skill should be used when a user wants to create Chat Memo update release materials, specifically to generate an HTML poster and a markdown update description document for a new version release. Use this when a user says "发布新版本", "创建更新", "生成更新海报" or similar phrases, or provides version information and feature lists for a release.
2026-01-05
CLI Yes Automation Skill.md
5
1
export
CLI Yes Automation Skill
2
from
"snomiao/claude-yes"
from
"snomiao/claude-yes"
3
A skill for automating AI CLI tool interactions by handling common prompts and managing continuous operation.
2026-01-05
matlab-test-generator.md
5
1
export
matlab-test-generator
2
from
"matlab/skills"
from
"matlab/skills"
3
Create comprehensive MATLAB unit tests using the MATLAB Testing Framework. Use when generating test files, test cases, unit tests, test suites, or when the user requests testing for MATLAB code, functions, or classes.
2026-01-05
datasette-plugins.md
5
1
export
datasette-plugins
2
from
"datasette/skill"
from
"datasette/skill"
3
Writing Datasette plugins using Python and the pluggy plugin system. Use when Claude needs to: (1) Create a new Datasette plugin, (2) Implement plugin hooks like prepare_connection, register_routes, render_cell, etc., (3) Add custom SQL functions, (4) Create custom output renderers, (5) Add authentication or permissions logic, (6) Extend Datasette's UI with menus, actions, or templates, (7) Package a plugin for distribution on PyPI
2026-01-05
argentic-framework-development.md
5
1
export
argentic-framework-development
2
from
"angkira/argentic"
from
"angkira/argentic"
3
Expert knowledge for building AI agents with Argentic - a Python microframework for async MQTT-based agents with multi-LLM support, custom tools, and multi-agent orchestration
2026-01-05
image-gen.md
5
1
export
image-gen
2
from
"merlinrabens/image-gen"
from
"merlinrabens/image-gen"
3
Generate and edit images using AI providers (OpenAI DALL-E, Stability AI, BFL FLUX, Ideogram, FAL, Gemini, Replicate, Clipdrop). Use when user asks to create images, generate artwork, make logos, create visual content, edit photos, remove backgrounds, or modify existing images. Triggers on requests involving pictures, illustrations, graphics, product shots, marketing visuals, or any image creation/editing task.
2026-01-05
emacs-transient.md
5
1
export
emacs-transient
2
from
"r0man/beads.el"
from
"r0man/beads.el"
3
Expert guide for building Emacs transient menus (keyboard-driven UI like Magit). Use when implementing or debugging transient-define-prefix, transient-define-suffix, or transient-define-infix commands.
2026-01-05
crafting-commits.md
5
1
export
crafting-commits
2
from
"shrwnsan/vibekit-claude-plugins"
from
"shrwnsan/vibekit-claude-plugins"
3
Automatically invoked when user requests git commit message creation, commit drafting, or needs help with conventional commit formatting. Handles conventional commit standards.
2026-01-05
json-formatter.md
4
1
export
json-formatter
2
from
"thomasholknielsen/claude-code-config"
from
"thomasholknielsen/claude-code-config"
3
Formats and validates JSON data. Use when you need to pretty-print JSON, fix formatting issues, or validate JSON syntax. ALWAYS USE THIS when doing JSON Formatting
2026-01-05
hatchling.md
4
1
export
hatchling
2
from
"Jamie-BitFlight/claude_skills"
from
"Jamie-BitFlight/claude_skills"
3
This skill provides comprehensive documentation for Hatchling, the modern Python build backend that implements PEP 517/518/621/660 standards. Use this skill when working with Hatchling configuration, build system setup, Python packaging, pyproject.toml configuration, project metadata, dependencies, entry points, build hooks, version management, wheel and sdist builds, package distribution, setuptools migration, and troubleshooting Hatchling build errors.
2026-01-05
k8s-manifests.md
4
1
export
k8s-manifests
2
from
"kcns008/cluster-code"
from
"kcns008/cluster-code"
3
Create, validate, and manage Kubernetes and OpenShift YAML manifests. Use this skill when:(1) Creating any K8s/OCP resources: Deployments, StatefulSets, DaemonSets, Jobs, CronJobs, Pods(2) Creating networking resources: Services, Ingress, NetworkPolicies, OCP Routes(3) Creating config/storage: ConfigMaps, Secrets, PVCs, PVs, StorageClasses(4) Creating RBAC: ServiceAccounts, Roles, RoleBindings, ClusterRoles, ClusterRoleBindings(5) Creating OCP-specific: DeploymentConfigs, BuildConfigs, ImageStreams, SCCs, Templates(6) Validating or reviewing existing manifests for best practices(7) Converting between K8s and OCP resource types(8) Generating Helm charts or Kustomize overlays
2026-01-05
agent-history.md
4
1
export
agent-history
2
from
"kvsankar/agent-history"
from
"kvsankar/agent-history"
3
Search and analyze Claude Code conversation history. Use when user asks about past conversations, previous solutions, what was discussed earlier, finding something from history, or analyzing usage patterns. Triggers include "what did we discuss", "find that conversation", "search history", "past sessions", "how much time", "token usage", "which tools".
2026-01-05
git-squash-commits.md
4
1
export
git-squash-commits
2
from
"acking-you/myclaude-skills"
from
"acking-you/myclaude-skills"
3
Squash multiple git commits into a single commit with an auto-generated comprehensive commit message based on the changes made.
2026-01-05
release-prep.md
4
1
export
release-prep
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
3
Use when preparing a production release or release candidate - provides a checklist-driven workflow for validation, versioning, build optimization, documentation updates, and deployment readiness.
2026-01-05
modify-vue3.md
4
1
export
modify-vue3
2
from
"flashlin/Samples"
from
"flashlin/Samples"
3
Modify and enhance existing Vue3 projects with TypeScript following best practices. Use when working with Vue3 (.vue) files for: (1) Implementing new features while checking for reusable code in the project, (2) Refactoring duplicated code into shared utilities, (3) Modifying components following Vue3 Composition API and TypeScript best practices, (4) Code review and optimization of Vue3 components. Always prioritize code reusability and adherence to Vue3 standards.
2026-01-05
hello-skill.md
4
1
export
hello-skill
2
from
"darrenhinde/Opencode-skills-example"
from
"darrenhinde/Opencode-skills-example"
3
Prints a greeting message
2026-01-05
security-workflow.md
4
1
export
security-workflow
2
from
"jpoley/jp-spec-kit"
from
"jpoley/jp-spec-kit"
3
Use when creating backlog tasks from security findings, integrating security scans into workflow states, or managing security remediation tracking. Invoked for security workflow integration and task automation.
2026-01-05
qwen-gitpush.md
4
1
export
qwen-gitpush
2
from
"Foundup/Foundups-Agent"
from
"Foundup/Foundups-Agent"
3
Analyze uncommitted git changes and decide if/when to commit based on WSP 15 MPS
2026-01-05
second-brain.md
4
1
export
second-brain
2
from
"sean-esk/second-brain-gtd"
from
"sean-esk/second-brain-gtd"
3
Personal knowledge management for Obsidian combining GTD, Zettelkasten, and PARA. Six workflows: (1) Capture - "capture this", "remember this", "save this thought", "note this down" - saves thoughts/tasks to daily inbox without categorization; (2) Process inbox - "process my inbox", "organize captures", "GTD processing" - clarifies items and routes to projects or permanent notes; (3) Daily plan - "plan my day", "what should I work on", "morning planning" - creates prioritized task list based on energy and context; (4) Daily closeout - "daily closeout", "review my day", "evening reflection" - marks progress and drafts tomorrow's plan; (5) Setup - "set up my second brain", "configure vault" - configures vault path and user goals; (6) Excalidraw - "create a diagram", "visualize this", "draw flowchart", "sketch this" - creates .excalidraw.md files with rectangles, ellipses, diamonds, arrows, lines, and text. Proactively offers to capture valuable insights during research conversations.
2026-01-05
ux-interaction-designer.md
4
1
export
ux-interaction-designer
2
from
"zxj777/mind-fuse"
from
"zxj777/mind-fuse"
3
Senior interaction designer for canvas-based collaborative tools. Use this skill when designing user flows, interaction patterns, edge cases, and multiplayer UX for whiteboard features. Expert in Miro, Figma, FigJam patterns and canvas tool interaction design.
2026-01-05
code-documentation.md
4
1
export
code-documentation
2
from
"plaited/plaited"
from
"plaited/plaited"
3
Comprehensive TypeScript documentation standards including TSDoc format templates, public API documentation, internal module docs, and type documentation guidelines. Automatically invoked when writing or reviewing code documentation, TSDoc comments, or API documentation.
2026-01-05
web-scraping.md
4
1
export
web-scraping
2
from
"cotdp/scraper-mcp"
from
"cotdp/scraper-mcp"
3
Web scraping toolkit using MCP scraper tools. Invoked when extracting content from web pages, converting HTML to markdown, extracting plain text, or harvesting links from URLs. Provides four specialized tools for different extraction needs with CSS selector filtering, batch operations, and retry logic.
2026-01-05
uv-script-creator.md
4
1
export
uv-script-creator
2
from
"taketwo/mcf"
from
"taketwo/mcf"
3
Use when creating standalone executable Python scripts with dependencies. This skill applies when users request scripts that should run independently with their own dependency management, using Python's inline script metadata format (PEP 723).
2026-01-05