Browse Skills
44915 skills found
ctf-misc-solver.md
5
1
export
ctf-misc-solver
2
from
"Tokeii0/CTFskill"
from
"Tokeii0/CTFskill"
3
当用户正在进行 CTF 比赛或练习,遇到 Misc 类型题目时触发此 Skill。适用场景包括:- 用户上传或提及了音频文件(wav/mp3/flac)、图片文件(png/jpg/bmp/gif)、压缩包、pcap 流量包、内存镜像(raw/vmem/dmp)等- 用户描述了隐写、编码、套娃、文件分析、内存取证相关问题- 用户明确说"CTF"、"Misc"、"隐写"、"找 flag"、"这是一道题"、"内存取证"、"Volatility"等关键词- 用户提供了 base64/hex/binary 等编码字符串需要解码- 用户需要分析可疑文件、提取隐藏数据、还原协议内容、分析内存镜像
2026-01-05
testing-vitest.md
5
1
export
testing-vitest
2
from
"leaderiop/hex-di"
from
"leaderiop/hex-di"
3
Your approach to handling testing vitest. Use this skill when working on files where testing vitest comes into play.
2026-01-05
manage-webhook.md
5
1
export
manage-webhook
2
from
"sinch/sinch-plugins"
from
"sinch/sinch-plugins"
3
Manage webhooks in Sinch Conversation API. Use when the user wants to create a webhook, update webhook settings, list webhooks, delete a webhook, get webhook details, configure webhook triggers, or manage webhook callbacks. Handles webhook lifecycle management including creation, updates, deletion, and trigger configuration.
2026-01-05
codex.md
5
1
export
codex
2
from
"WenJunDuan/Rlues"
from
"WenJunDuan/Rlues"
3
代码执行主力,所有代码变更通过此技能
2026-01-05
documentation-specialist.md
5
1
export
documentation-specialist
2
from
"ensingm2/AI-threat-modeling-rulesets"
from
"ensingm2/AI-threat-modeling-rulesets"
3
Extracts system architecture and creates data flow documentation (Stages 1, 2, 6). Focuses on source traceability and accurate information extraction. Does NOT perform security analysis or quality validation.
2026-01-05
running-scripts.md
5
1
export
running-scripts
2
from
"jasonkuhrt/kitz"
from
"jasonkuhrt/kitz"
3
How to run scripts in this pnpm + turbo monorepo. Covers turbo task filtering, caching, package-local scripts, and common pitfalls.
2026-01-05
whisper-transcription.md
5
1
export
whisper-transcription
2
from
"lawless-m/claude-skills"
from
"lawless-m/claude-skills"
3
Audio transcription using local whisper.cpp server with CUDA acceleration. HTTP API for speech-to-text conversion.
2026-01-05
sap-cap-capire.md
5
1
export
sap-cap-capire
2
from
"secondsky/sap-skills"
from
"secondsky/sap-skills"
3
SAP Cloud Application Programming Model (CAP) development skill using Capire documentation.Use when: building CAP applications, defining CDS models, implementing services, working withSAP HANA/SQLite/PostgreSQL databases, deploying to SAP BTP Cloud Foundry or Kyma, implementingFiori UIs, handling authorization, multitenancy, or messaging. Covers CDL/CQL/CSN syntax,Node.js and Java runtimes, event handlers, OData services, and CAP plugins.
2026-01-05
front-end-testing.md
5
1
export
front-end-testing
2
from
"pablobfonseca/dotfiles"
from
"pablobfonseca/dotfiles"
3
DOM Testing Library patterns for behavior-driven UI testing. Framework-agnostic patterns for testing user interfaces. Use when testing any front-end application.
2026-01-05
feature-implementation.md
5
1
export
feature-implementation
2
from
"ctdio/dotfiles"
from
"ctdio/dotfiles"
3
Execute feature plans from ~/.ai/plans using progressive disclosure and state tracking. This skill reads existing feature plans, tracks implementation progress in implementation_state.md, uses the Plan agent to explore plans and codebases, and systematically implements features phase by phase. Pairs with the feature-planning skill.
2026-01-05
reverse-proxy-deployment.md
5
1
export
reverse-proxy-deployment
2
from
"lawless-m/claude-skills"
from
"lawless-m/claude-skills"
3
Deploy web applications behind Apache reverse proxy on rivsprod01 with relative URLs and proper path configuration
2026-01-05
language-shell.md
5
1
export
language-shell
2
from
"CsHeng/dot-claude"
from
"CsHeng/dot-claude"
3
Shell scripting standards and safety practices. Use when language shell guidance is required or when selecting Shell as a thin wrapper or OS-near glue layer.
2026-01-05
send-message.md
5
1
export
send-message
2
from
"sinch/sinch-plugins"
from
"sinch/sinch-plugins"
3
Send messages via Sinch Conversation API over WhatsApp, SMS, RCS, Messenger, Viber, Instagram, Telegram, and other channels. Use when the user wants to send a message, text someone, send a WhatsApp message, send an SMS, or communicate via any messaging channel. Automatically handles contact creation and conversation management.
2026-01-05
mahjong-dev-helper.md
5
1
export
mahjong-dev-helper
2
from
"tedmax100/mahjong"
from
"tedmax100/mahjong"
3
麻將遊戲開發助手。當用戶需要開發麻將遊戲功能、詢問專案架構(Game.js, Player.js, Tile.js)、實作遊戲邏輯(發牌、吃碰槓、聽牌判斷)、WebSocket通訊、PixiJS渲染、效能優化、或任何與這個麻將遊戲專案程式碼相關的問題時使用此技能。
2026-01-05
embeddings.md
5
1
export
embeddings
2
from
"yonatangross/skillforge-claude-plugin"
from
"yonatangross/skillforge-claude-plugin"
3
Text embeddings for semantic search and similarity. Use when converting text to vectors, choosing embedding models, implementing chunking strategies, or building document similarity features.
2026-01-05
theone-unity-standards.md
5
1
export
theone-unity-standards
2
from
"The1Studio/theone-training-skills"
from
"The1Studio/theone-training-skills"
3
Enforces TheOne Studio Unity development standards including C# coding patterns, Unity architecture (VContainer/SignalBus and TheOne.DI/Publisher), and code review guidelines. Triggers when writing, reviewing, or refactoring Unity C# code, implementing features, setting up dependency injection, working with events, or reviewing code changes.
2026-01-05
rulebook-git-workflow.md
5
1
export
rulebook-git-workflow
2
from
"hivellm/rulebook"
from
"hivellm/rulebook"
3
Git workflow standards including branching strategy, commit conventions, and PR guidelines. Use when creating branches, writing commit messages, preparing pull requests, or following git best practices.
2026-01-05
project-detection.md
5
1
export
project-detection
2
from
"duongdev/ccpm"
from
"duongdev/ccpm"
3
Automatic project context detection with priority-based resolution (Manual setting → Git remote → Subdirectory pattern → Local path → Custom patterns). Auto-activates at start of every CCPM command to ensure correct project context. Supports monorepos with subdirectory detection using glob patterns and priority weighting. Handles ambiguous detection (multiple matches) by asking user to clarify. Caches detection result for command duration (fast reuse). Provides clear error messages with actionable suggestions when no project detected. Displays project context in command headers (e.g., "📋 Project: My Monorepo › frontend"). Supports auto-detection mode (cd = switch) or manual setting (stable context across sessions). Performance: <100ms for auto-detection, 0ms for manual.
2026-01-05
laravel-state-machines.md
5
1
export
laravel-state-machines
2
from
"leeovery/claude-laravel"
from
"leeovery/claude-laravel"
3
State machines using Spatie Model States for complex state transitions. Use when working with complex state management, state transitions, or when user mentions state machines, Spatie Model States, state transitions, transition validation.
2026-01-05
agent-architecture-analysis.md
5
1
export
agent-architecture-analysis
2
from
"existential-birds/beagle"
from
"existential-birds/beagle"
3
Perform 12-Factor Agents compliance analysis on any codebase. Use when evaluating agent architecture, reviewing LLM-powered systems, or auditing agentic applications against the 12-Factor methodology.
2026-01-05
clickhouse-grafana-monitoring.md
5
1
export
clickhouse-grafana-monitoring
2
from
"tbartel74/Vigil-Code"
from
"tbartel74/Vigil-Code"
3
ClickHouse analytics and Grafana dashboard configuration for Vigil Guard v2.0.0 monitoring. Use when querying logs, analyzing 3-branch detection metrics, creating dashboards, investigating events, working with n8n_logs database, managing retention policies, or monitoring branch performance (branch_a_score, branch_b_score, branch_c_score).
2026-01-05
page-decomposition.md
5
1
export
page-decomposition
2
from
"ddttom/webcomponents-with-eds"
from
"ddttom/webcomponents-with-eds"
3
Analyze content sequences within a section and provide neutral descriptions for AEM Edge Delivery Services. Invoked per section during page import to identify breaking points between default content and blocks.
2026-01-05
helm-chart-management.md
5
1
export
helm-chart-management
2
from
"tbartel74/Vigil-Code"
from
"tbartel74/Vigil-Code"
3
Helm chart development and management for Vigil Guard v2.0.0. Use when creating Vigil Guard Helm charts, managing chart dependencies for 11 services including heuristics and semantic subcharts, configuring values for different environments, or publishing charts to repositories.
2026-01-05
healthkit-cli.md
5
1
export
healthkit-cli
2
from
"EvanBacon/apple-health"
from
"EvanBacon/apple-health"
3
Seed and verify HealthKit data in running Expo apps using the apple-health CLI
2026-01-05