搜索结果
ing
找到 13037 个相关结果
软件工程 / 诊断修复
pydantic
pydantic
Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation in FastAPI, Django, and…
设计与产品 / 审核评估
laminar-mcp
laminar-mcp
Use when working on Laminar demands via the remote Laminar MCP and you see wrong or empty client/product scope, plans from source-context lists without per-id…
软件工程 / 诊断修复
chaos-engineering
chaos-engineering
Use when planning, running, or learning from chaos engineering experiments. Triggers on "chaos experiment", "fault injection", "gameday", "resilience test",…
软件工程 / 部署发布
vpe-advisor
vpe-advisor
VP of Engineering advisory for startups: delivery throughput (DORA 4 metrics + bottleneck identification), engineering hiring funnel (sourcing → screen →…
安全与治理 / 审核评估
create-commit
create-commit
Conventional Commits 形式で git コミットを作成する。staged 差分から type/scope を推定し、breaking change やシークレット混入 (.env 等) を検出。pre-commit フックを必ず通す (`--no-verify` 不可)。「コミットして」「git…
通用助手 / 编排推荐
bankr-agent---token-trading
bankr-agent---token-trading
bankr-agent---token-trading — an installable skill for AI agents, published by bankrbot/claude-plugins.
通用助手 / 编排推荐
bankr-dev---leverage-trading
bankr-dev---leverage-trading
bankr-dev---leverage-trading — an installable skill for AI agents, published by bankrbot/claude-plugins.
通用助手 / 编排推荐
bankr-agent---leverage-trading
bankr-agent---leverage-trading
bankr-agent---leverage-trading — an installable skill for AI agents, published by bankrbot/claude-plugins.
通用助手 / 编排推荐
bankr-agent---error-handling
bankr-agent---error-handling
bankr-agent---error-handling — an installable skill for AI agents, published by bankrbot/claude-plugins.
软件工程 / 诊断修复
korean-transit-route
korean-transit-route
Korean door-to-door public transit routing (subway + bus + walking) via ODsay LIVE API with Kakao geocoding for address-to-address queries. Use when the user…
安全与治理 / 审核评估
voice-reviewer
voice-reviewer
Review content files against a project's voice and style guidelines. Use when reviewing written content (MDX, markdown, copy) for tone, sentence structure,…
通用助手 / 编排推荐
bankr-dev---token-trading
bankr-dev---token-trading
bankr-dev---token-trading — an installable skill for AI agents, published by bankrbot/claude-plugins.
研究学习 / 检索整理
k-law-assistant
k-law-assistant
Real-time Korean law lookup skill using Beopmang API v4 (api.beopmang.org). Searches statutes, articles, court cases, and revision history. Converts everyday Korean to legal keywords via keyword-map, verifies legal claims, and falls back to web search for the latest or unsupported data. No API key required. Triggers on Korean law names (민법, 근로기준법, 형법, etc.), legal questions (합법이야, 해도 돼, 처벌, 권리), and statute citations.
通用助手 / 编排推荐
client-feedback
client-feedback
Deterministic feedback processor. Fetches client feedback emails from Gmail, downloads attachments (screenshots), and prepares a structured report for triaging into GitHub issues.
软件工程 / 诊断修复
gs-brand-doc
gs-brand-doc
Applies Generic Service (GS) branding to Markdown documents and generates branded PDFs. This is the PRIMARY skill for generating PDFs from Markdown, creating…
通用助手 / 编排推荐
business-brain
business-brain
Implement the Business Brain pattern. Gives every agent skill access to your tone, audience, and positioning without bloating the context window. Use when…
软件工程 / 部署发布
tina-schema-sync
tina-schema-sync
Synchronize TinaCMS schema changes by regenerating local artifacts and committing them. Use when the Tina schema (tina/config.ts) has been modified, when…
软件工程 / 诊断修复
check-ssrf
check-ssrf
Analyzes PHP code for SSRF vulnerabilities. Detects unvalidated URLs, internal network access, DNS rebinding, cloud metadata access, URL parsing bypass…
软件工程 / 诊断修复
suggest-simplification
suggest-simplification
Suggests code simplification opportunities. Identifies extract method candidates, complex expressions, redundant code, refactoring opportunities.
软件工程 / 诊断修复
create-value-object
create-value-object
Generates DDD Value Objects for PHP 8.4. Creates immutable, self-validating objects with equality comparison. Includes unit tests.