Browse Skills
17720 skills found
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
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
assumption-buster.md
4
1
export
assumption-buster
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
3
Flip, remove, or exaggerate assumptions to unlock new solution angles.
2026-01-05
pattern-name.md
4
1
export
pattern-name
2
from
"outfitter-dev/agents"
from
"outfitter-dev/agents"
3
Analyze conversation to identify and capture reusable patterns as skills, commands, agents, or hooks. Use when spotting repeatable workflows, orchestration sequences, or decision heuristics worth codifying. Triggers on pattern(s), capture, codify, reusable, workflow, or `--patternify`.
2026-01-05
hyva-tailwind-integration.md
4
1
export
hyva-tailwind-integration
2
from
"ProxiBlue/claude-skills"
from
"ProxiBlue/claude-skills"
3
Comprehensive guidance on integrating Tailwind CSS and JavaScript in Hyvä Themes, including configuration merging, module registration, and build processes for Magento 2.
2026-01-05
role-dev.md
4
1
export
role-dev
2
from
"tunnox-net/tunnox-core"
from
"tunnox-net/tunnox-core"
3
高级开发工程师角色。按 Tunnox 编码规范执行开发任务,精通 Go 网络编程、隧道实现、流处理。关键词:开发、编码、实现、编写代码。
2026-01-05
wow-understanding-repository-architecture.md
4
1
export
wow-understanding-repository-architecture
2
from
"wahidyankf/open-sharia-enterprise"
from
"wahidyankf/open-sharia-enterprise"
3
Six-layer governance hierarchy (Vision → Principles → Conventions → Development → Agents → Workflows). Use when understanding repository structure, tracing rules to foundational values, explaining architectural decisions, or navigating layer relationships.
2026-01-05
smart-router-skill.md
4
1
export
smart-router-skill
2
from
"darrenhinde/Opencode-skills-example"
from
"darrenhinde/Opencode-skills-example"
3
Movie character personality skill with configurable missions - choose your character and watch themed workflows unfold
2026-01-05
pr-process.md
4
1
export
pr-process
2
from
"proompteng/lab"
from
"proompteng/lab"
3
Prepare commits and pull requests for this repo following the PR template and Conventional Commits.
2026-01-05
nix-profile-manager.md
4
1
export
nix-profile-manager
2
from
"YPares/agent-skills"
from
"YPares/agent-skills"
3
Expert guidance for agents to manage local Nix profiles for installing tools and dependencies. Covers flakes, profile management, package searching, and registry configuration.
2026-01-05
clickhouse-architect.md
4
1
export
clickhouse-architect
2
from
"terrylica/cc-skills"
from
"terrylica/cc-skills"
3
ClickHouse schema design authority (hub skill). Use when designing schemas, selecting compression codecs, tuning ORDER BY, optimizing queries, or reviewing table structure. **Delegates to**: clickhouse-cloud-management for user creation, clickhouse-pydantic-config for DBeaver config, schema-e2e-validation for YAML contracts. Triggers: "design ClickHouse schema", "compression codecs", "MergeTree optimization", "ORDER BY tuning", "partition key", "ClickHouse performance", "SharedMergeTree", "ReplicatedMergeTree", "migrate to ClickHouse".
2026-01-05
sast-bandit.md
4
1
export
sast-bandit
2
from
"AgentSecOps/SecOpsAgentKit"
from
"AgentSecOps/SecOpsAgentKit"
3
Python security vulnerability detection using Bandit SAST with CWE and OWASP mapping. Use when: (1) Scanning Python code for security vulnerabilities and anti-patterns, (2) Identifying hardcoded secrets, SQL injection, command injection, and insecure APIs, (3) Generating security reports with severity classifications for CI/CD pipelines, (4) Providing remediation guidance with security framework references, (5) Enforcing Python security best practices in development workflows.
2026-01-05
hammer-memory-profiler.md
4
1
export
hammer-memory-profiler
2
from
"Ronin15/SDL3_HammerEngine_Template"
from
"Ronin15/SDL3_HammerEngine_Template"
3
Simplified memory profiling and leak detection for SDL3 HammerEngine using valgrind memcheck, AddressSanitizer, and massif. Identifies memory leaks, allocation hotspots, buffer reuse violations, and provides system-by-system memory breakdown with optimization suggestions. Use after performance-critical changes or when investigating memory issues.
2026-01-05
wow-applying-maker-checker-fixer.md
4
1
export
wow-applying-maker-checker-fixer
2
from
"wahidyankf/open-sharia-enterprise"
from
"wahidyankf/open-sharia-enterprise"
3
Three-stage content quality workflow pattern (Maker creates, Checker validates, Fixer remediates). Use when working with content quality workflows, validation processes, audit reports, or implementing maker/checker/fixer agent roles.
2026-01-05
course-description-analyzer.md
4
1
export
course-description-analyzer
2
from
"dmccreary/claude-skills"
from
"dmccreary/claude-skills"
3
This skill analyzes or creates course descriptions for intelligent textbooks by checking for completeness of required elements (title, audience, prerequisites, topics, Bloom's Taxonomy outcomes) and providing quality scores with improvement suggestions. Use this skill when working with course descriptions in /docs/course-description.md that need validation or creation for learning graph generation.
2026-01-05
git.md
4
1
export
git
2
from
"petbrains/mvp-builder"
from
"petbrains/mvp-builder"
3
Git workflow with enforced branch naming, commit formatting, secret protection, and safety guards. Use when: creating branches, committing changes, pushing code, merging, resolving conflicts, creating PRs. Triggers: git operations, create branch, commit, push, merge, branch naming, commit message format.
2026-01-05
ocaml-npm-publishing.md
4
1
export
ocaml-npm-publishing
2
from
"avsm/ocaml-claude-marketplace"
from
"avsm/ocaml-claude-marketplace"
3
Publishing OCaml to npm via js_of_ocaml and wasm_of_ocaml. Use when discussing browser targets, JavaScript compilation, WASM output, npm packages, or the two-branch workflow.
2026-01-05
install-mkdocs-template.md
4
1
export
install-mkdocs-template
2
from
"dmccreary/claude-skills"
from
"dmccreary/claude-skills"
3
This skill creates a complete MkDocs Material project structure for intelligent textbooks. It sets up a Conda virtual environment named 'mkdocs', installs all dependencies, generates mkdocs.yml with all Material theme options, custom CSS for branding, the social_override plugin for custom social media cards, builds the site, and deploys to GitHub Pages. Use this skill when starting a new intelligent textbook project.
2026-01-05
fetching-data.md
4
1
export
fetching-data
2
from
"QingqiShi/shiqingqi.com"
from
"QingqiShi/shiqingqi.com"
3
Data fetching patterns for server/client components using fetch API, TanStack Query, useSuspenseQuery, apiRouteWrapper, and apiRequestWrapper. Use when implementing data loading, API calls, server functions, queries, mutations, API routes, or when the user mentions TanStack Query, useSuspenseQuery, apiRouteWrapper, apiRequestWrapper, tmdb-server-functions, or data fetching.
2026-01-05
agileflow-story-writer.md
4
1
export
agileflow-story-writer
2
from
"projectquestorg/AgileFlow"
from
"projectquestorg/AgileFlow"
3
Automatically formats user requirements and feature discussions into proper user stories with acceptance criteria following AgileFlow templates. Loads when user describes features, requirements, or tasks to implement.
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
sql-schema-generator.md
4
1
export
sql-schema-generator
2
from
"projectquestorg/AgileFlow"
from
"projectquestorg/AgileFlow"
3
Generate SQL schemas with migrations and database table definitions
2026-01-05
qwen-holo-output-skill.md
4
1
export
qwen-holo-output-skill
2
from
"Foundup/Foundups-Agent"
from
"Foundup/Foundups-Agent"
3
Coordinate Holo output formatting and telemetry so 0102, Qwen, and Gemma receive exactly what they need.
2026-01-05
using-quality-engineering.md
4
1
export
using-quality-engineering
2
from
"tachyon-beep/skillpacks"
from
"tachyon-beep/skillpacks"
3
Use when user asks about E2E testing, performance testing, chaos engineering, test automation, flaky tests, test data management, or quality practices - routes to specialist reference sheets with deep expertise instead of providing general guidance
2026-01-05