🛠️ 工具
1884 skills found
currency-skill.md
0
1
export
currency-skill
2
from
"thruthesky/currency-skill"
from
"thruthesky/currency-skill"
3
Frankfurter API를 사용한 환율 정보 조회 및 통화 변환 스킬. 무료 오픈소스 환율 API로 유럽중앙은행(ECB) 데이터 기반. API 키 불필요, 사용량 제한 없음. 사용 시점: (1) 최신/과거 환율 조회 (2) 통화 변환 계산 (3) 기간별 환율 시계열 데이터 분석 (4) 지원 통화 목록 확인 (5) Flutter/웹 앱에서 환율 기능 구현 (6) 자동화/AI 도구에서 환율 데이터 활용. 키워드: 환율, exchange rate, 통화 변환, currency conversion, ECB, 유럽중앙은행, USD, KRW, EUR, 시계열 데이터, API
2026-02-26
coding-standards.md
0
1
export
coding-standards
2
from
"5MinFutures/futures-arena"
from
"5MinFutures/futures-arena"
3
Track real time performance of trading algorithms on futures markets.
2026-03-15
typescript.md
0
1
export
typescript
2
from
"kevincrabbe/wrapkit"
from
"kevincrabbe/wrapkit"
3
TypeScript guidelines covering type safety, RORO pattern, complexity limits, and error handling patterns. Use when writing TypeScript code.
2026-01-05
test-case-generator.md
0
1
export
test-case-generator
2
from
"Devliang24/case_skills"
from
"Devliang24/case_skills"
3
从需求文档(文字、图片、PDF、DOCX)生成结构化的功能测试用例。遵循 15 字段规范,输出 Excel 文件,支持正向/异常场景、边界值、安全性测试。
2026-01-02
git-release.md
0
1
export
git-release
2
from
"chogng/Skills"
from
"chogng/Skills"
3
Git 项目版本发布自动化工具。执行完整的发布流程:提交所有修改、更新版本号、生成 CHANGELOG、创建 git tag 并推送到远程仓库。基于语义化版本 (major/minor/patch)。**核心理解(极其重要)**:当用户说"更新一下版本"、"更新版本"或任何类似表达时,**默认意味着执行完整的发布流程**:1. ✅ 提交所有当前的修改(包括未追踪的新文件)2. ✅ 更新版本号(package.json 和 server/package.json)3. ✅ 创建 git tag(vX.Y.Z)4. ✅ 推送所有内容到远程仓库(commit + tags)5. 📝 可选:生成/更新 CHANGELOG**不要**只更新 package.json 中的版本号!那是错误的理解!**必须**执行完整的发布流程,包括提交和推送!触发关键词(任何一个都触发完整流程):- 通用发布词:"更新一下版本"、"更新版本"、"升级版本"、"发布版本"、"版本发布"、"发新版"- 英文表达:"bump version"、"release"、"new release"- Git操作:"打tag"、"创建发布"、"创建tag"- 版本类型(隐含发布):"大版本更新"、"小版本更新"、"补丁版本"、"major release"、"minor release"、"patch release"
2025-12-22
architechture.md
0
1
export
architechture
2
from
"schneiderlin/synapse"
from
"schneiderlin/synapse"
3
本项目里面的各种架构设计, 设计中用到的各种概念例如 system, action, view-function, action-function, action-handler, base, component 等的解释
2026-04-15
go-clean-architecture.md
0
1
export
go-clean-architecture
2
from
"zskulcsar/code-stats"
from
"zskulcsar/code-stats"
3
Statistical analysis of source code (Go & Python)
2025-12-08
skill-creating.md
0
1
export
skill-creating
2
from
"gzbomerif-sketch/man"
from
"gzbomerif-sketch/man"
3
Used to create a new skill. Used when a user wants to create a new skill
2025-11-17
pydantic-model-generator.md
0
1
export
pydantic-model-generator
2
from
"gptprojectmanager/liquidations"
from
"gptprojectmanager/liquidations"
3
Auto-generate Pydantic models from schema descriptions with type hints, validation rules, examples, and JSON schema export. 75% token savings (2,000→500).
2026-04-05
result-simple-perl.md
0
1
export
result-simple-perl
2
from
"kfly8/claude-cpan-plugins"
from
"kfly8/claude-cpan-plugins"
3
Use Result::Simple for tuple-based error handling in Perl
2025-11-14
pyx.md
0
1
export
pyx
2
from
"Anudorannador/python-executor"
from
"Anudorannador/python-executor"
3
A cross-platform Python executor for LLM/Agent integration that avoids shell escaping nightmares.
2025-12-24
release.md
0
1
export
release
2
from
"noppomario/uti"
from
"noppomario/uti"
3
A modern clipboard manager and app launcher for Linux with double-Ctrl toggle.
2026-02-08
mindwork-analyze.md
0
1
export
mindwork-analyze
2
from
"tolgaio/mindwork"
from
"tolgaio/mindwork"
3
A Claude Code plugin for therapy session analysis and personal journaling
2025-12-28
git-lines.md
0
1
export
git-lines
2
from
"Omegaice/git-lines"
from
"Omegaice/git-lines"
3
Stages specific lines from git diffs when hunk-level staging is too coarse. Use when a file contains multiple unrelated changes that need separate semantic commits and git's hunks group them together.
2025-11-26
chrome-devtools.md
0
1
export
chrome-devtools
2
from
"zeulewan/zeul-claude-plugins"
from
"zeulewan/zeul-claude-plugins"
3
Personal Claude Code plugin marketplace
2026-02-20
esc-guidelines-query.md
0
1
export
esc-guidelines-query
2
from
"bdeornelas/bdeornelas.github.io"
from
"bdeornelas/bdeornelas.github.io"
3
Query ESC (European Society of Cardiology) Guidelines by automatically locating the relevant PDF from the TOC and extracting cited answers. Use when answering clinical questions about cardiovascular diseases based on official ESC recommendations.
2026-03-11
web-scraping-with-playwright.md
0
1
export
web-scraping-with-playwright
2
from
"alizain/wizard-wheezes"
from
"alizain/wizard-wheezes"
3
a collection of skills and plugins for AI agents - ie. magic tricks
2025-12-30
temporal.md
0
1
export
temporal
2
from
"mmbianco78/signalroom"
from
"mmbianco78/signalroom"
3
Temporal.io workflow orchestration for SignalRoom. Use when designing workflows, debugging activities, managing schedules, or troubleshooting stuck workflows.
2025-12-22
beamer-unesp.md
0
1
export
beamer-unesp
2
from
"neylemkeunesp/beamer-unesp-skill"
from
"neylemkeunesp/beamer-unesp-skill"
3
Gerar apresentações Beamer LaTeX no padrão UNESP dark mode. Usar quando o usuário pedir para criar slides, apresentações, ou palestras em Beamer/LaTeX. O template usa tema Madrid com cores escuras (fundo RGB 26,26,26), ícones FontAwesome5, e suporte a código Python/outros. Ideal para apresentações técnicas, acadêmicas ou palestras.
2026-01-01
git-diff.md
0
1
export
git-diff
2
from
"laststance/claude-code-marketplace"
from
"laststance/claude-code-marketplace"
3
Display git changes in GitHub-style unified diff format with colored terminal output. Shows both staged (--cached) and unstaged changes with two-column line numbers, red/green highlighting, and chunk markers. Use when reviewing code changes, preparing commits, or comparing file modifications. Triggers on "git diff", "show changes", "what changed", or "review diff".
2026-02-14
gemini-live-api.md
0
1
export
gemini-live-api
2
from
"gamepop/pg-skills"
from
"gamepop/pg-skills"
3
Claude Code skills for robotics and AI integration (Reachy Mini, Gemini Live API)
2025-12-24
comparative-analyzer.md
0
1
export
comparative-analyzer
2
from
"Yaaasoh/refractory-reference"
from
"Yaaasoh/refractory-reference"
3
耐火物・築炉技術・レオロジー用語参考資料
2026-04-13
ink-cli.md
0
1
export
ink-cli
2
from
"olavocarvalho/foam-habits"
from
"olavocarvalho/foam-habits"
3
Terminal habit tracker for Foam daily notes with GitHub-style heatmap
2026-01-06
duckdb-backup.md
0
1
export
duckdb-backup
2
from
"goodluckz/claude-code-config"
from
"goodluckz/claude-code-config"
3
Comprehensive DuckDB database backup toolkit supporting both file-based (cp) and native (ATTACH+COPY) backup approaches. Use when you need to backup DuckDB databases locally or to remote storage, create daily scheduled backups, verify backup integrity, or manage backup retention policies.
2026-03-19