Browse Skills
44835 skills found
gtd.md
14
1
export
gtd
2
from
"realYushi/my-gtd-buddy"
from
"realYushi/my-gtd-buddy"
3
GTD mentor for inbox processing, weekly reviews, and coaching. Triggers on "process inbox", "weekly review", "what should I do", "I'm stuck", or /gtd command.
2026-01-21
golang.md
14
1
export
golang
2
from
"vdemeester/home"
from
"vdemeester/home"
3
Go development best practices and patterns. USE WHEN writing Go code, designing Go projects, working with Go tools, testing, or Go package development.
2026-01-05
rust.md
14
1
export
rust
2
from
"vdemeester/home"
from
"vdemeester/home"
3
Rust development best practices and patterns. USE WHEN writing Rust code, designing Rust projects, working with Cargo, testing, or Rust package development.
2026-01-05
journal.md
14
1
export
journal
2
from
"vdemeester/home"
from
"vdemeester/home"
3
Journelly-format journal entries. USE WHEN user wants to create journal entries, write reflections, or work with Journelly.org file.
2026-01-05
fabric-cli.md
14
1
export
fabric-cli
2
from
"data-goblin/fabric-cli-plugin"
from
"data-goblin/fabric-cli-plugin"
3
Use Microsoft Fabric CLI (fab) to manage workspaces, semantic models, reports, notebooks, lakehouses, and other Fabric resources via file-system metaphor and commands. Use when deploying Fabric items, running jobs, querying data, managing OneLake files, or automating Fabric operations. Invoke this skill automatically whenever a user mentions the Fabric CLI, fab, or Fabric.
2026-01-15
core.md
14
1
export
core
2
from
"vdemeester/home"
from
"vdemeester/home"
3
Personal AI Infrastructure core principles and operating system. AUTO-LOADS at session start. USE WHEN any session begins OR user asks about identity, response patterns, workflow preferences, or core principles.
2026-01-05
clear-writing.md
14
1
export
clear-writing
2
from
"l-lin/dotfiles"
from
"l-lin/dotfiles"
3
Makes your writing clearer, stronger, and more professional. Use this skill when the user says "write clearly", "clear writing", "improve writing" or for ANY prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text.
2026-01-21
web-research.md
14
1
export
web-research
2
from
"l-lin/dotfiles"
from
"l-lin/dotfiles"
3
Use when the user says "search internet" or for requests related to web research; it provides a structured approach to conducting comprehensive web research
2026-01-21
brepl.md
14
1
export
brepl
2
from
"licht1stein/brepl"
from
"licht1stein/brepl"
3
MANDATORY - Load this skill BEFORE using brepl in any way. Teaches the heredoc pattern for reliable code evaluation.
2026-01-17
backlog.md.md
14
1
export
backlog.md
2
from
"l-lin/dotfiles"
from
"l-lin/dotfiles"
3
Manage backlog tasks using the Backlog.md CLI. Use for creating, editing, viewing, and searching tasks in your backlog.
2026-01-21
ai4curation-configuration.md
14
1
export
ai4curation-configuration
2
from
"ai4curation/curation-skills"
from
"ai4curation/curation-skills"
3
Skill to assist with how a GitHub repository is configured with GitHub integrations, including instructions for agents in markdown (AGENTS and CLAUDE), github actions for invoking agents, and specific localization procedures such as defining claude/codex skills, or claude subagents. The skill helps with both technical aspects, and with best practice for guiding agents.
2026-01-21
art.md
14
1
export
art
2
from
"vdemeester/home"
from
"vdemeester/home"
3
Visual content generation and diagram creation. USE WHEN user needs diagrams, flowcharts, technical visualizations, or any visual content to explain concepts.
2026-01-05
jira-work-starter.md
14
1
export
jira-work-starter
2
from
"juanibiapina/dotfiles"
from
"juanibiapina/dotfiles"
3
This skill should be used when the user wants to start working on a Jira ticket. Trigger when user says "Let's work on [JIRA_URL]" or similar phrases indicating intent to begin work on a specific Jira issue. The skill orchestrates environment preparation, information gathering, and branch creation for development work.
2026-01-21
fix-bug.md
14
1
export
fix-bug
2
from
"Milky2018/wasmoon"
from
"Milky2018/wasmoon"
3
Systematic bug fixing workflow with regression tests and PR creation. Use when the user asks to "fix a bug", "debug an issue", "resolve a problem", or provides error messages/failing tests to fix. Handles reproduction, root cause analysis, test creation, fix implementation, and PR submission.
2026-01-21
control-mapping.md
14
1
export
control-mapping
2
from
"ethanolivertroy/fedramp-docs-mcp"
from
"ethanolivertroy/fedramp-docs-mcp"
3
Maps NIST controls to FedRAMP requirements and documents. Use when helping with control implementation, compliance mapping, security baseline alignment, or understanding control requirements.
2026-01-14
video-thumbnail-check.md
14
1
export
video-thumbnail-check
2
from
"alchaincyf/glm-claude"
from
"alchaincyf/glm-claude"
3
基于MrBeast策略检查视频标题、缩略图和内容钩子,优化点击率和观看时长。当用户提到"视频标题"、"封面图"、"缩略图"、"点击率"、"CTR"、"观看时长"、"视频开头"时使用此技能。
2026-01-19
continuous-learning.md
14
1
export
continuous-learning
2
from
"l-lin/dotfiles"
from
"l-lin/dotfiles"
3
Reflect on task execution and create reusable skills. Use when user says 'learn', 'reflect', 'save as skill', or after completing complex tasks.
2026-01-21
org.md
14
1
export
org
2
from
"vdemeester/home"
from
"vdemeester/home"
3
Org-mode file manipulation using Emacs batch mode. USE WHEN you need to programmatically read, parse, or modify org-mode files (.org) for TODOs, notes, or other structured content.
2026-01-05
api-proxy.md
14
1
export
api-proxy
2
from
"abra5umente/api-proxy"
from
"abra5umente/api-proxy"
3
Routes API requests through the user's residential proxy to bypass cloud IP blocks. TWO use cases - (1) Runtime fallback when direct curl/fetch fails with 403/blocked errors, use fetch.py for quick retry. (2) Template for building new skills that need proxy routing, copy proxy_helper.py into the new skill.
2026-01-11
analyze-wast.md
14
1
export
analyze-wast
2
from
"Milky2018/wasmoon"
from
"Milky2018/wasmoon"
3
Analyze WebAssembly test (WAST) files to debug compilation issues and create regression tests. Use when the user asks to debug or analyze WAST test failures, investigate compilation bugs in wasmoon, or when encountering test failures in spec/*.wast files. Triggers include "analyze wast", "debug wast", "wast bug", or references to specific .wast test files.
2026-01-21
editing-obo-ontologies.md
14
1
export
editing-obo-ontologies
2
from
"ai4curation/curation-skills"
from
"ai4curation/curation-skills"
3
Skills and tools for editing OBO format ontologies, including querying terms, checking out/checking in individual terms, and following OBO format conventions. Do not use this if the source for the ontology you are editing is not in obo format (e.g. ofn)
2026-01-21
createskill.md
14
1
export
createskill
2
from
"vdemeester/home"
from
"vdemeester/home"
3
Skill creation framework for creating, validating, updating, or canonicalizing skills. USE WHEN user wants to create a new skill, validate skill structure, update existing skill, or fix skill compliance.
2026-01-05
brepl.md
14
1
export
brepl
2
from
"licht1stein/brepl"
from
"licht1stein/brepl"
3
MANDATORY - Load this skill BEFORE using brepl in any way. Teaches the heredoc pattern for reliable code evaluation.
2026-01-17
ai-proofreading.md
14
1
export
ai-proofreading
2
from
"alchaincyf/glm-claude"
from
"alchaincyf/glm-claude"
3
系统化降低AI检测率至30%以下,通过三遍审校流程(内容、风格、细节)增加人味。当用户提到"AI味太重"、"像AI写的"、"降低AI检测率"、"更像人写的"、"自然一些"、"口语化"时使用此技能。
2026-01-19