搜索结果
ing
找到 13037 个相关结果
软件工程 / 诊断修复
observability-guidelines
observability-guidelines
Observability guidelines for distributed systems using OpenTelemetry, tracing, metrics, and structured logging
软件工程 / 诊断修复
backend-development
backend-development
Guidelines for backend development in C++ and Elixir/Phoenix, covering modern language features, best practices, and production-ready patterns.
软件工程 / 诊断修复
codeburn-claude-cost-dashboard
codeburn-claude-cost-dashboard
Interactive TUI dashboard for visualizing Claude Code token usage, costs, and task breakdowns by project, model, and activity type.
自动化与集成 / 自动执行
ln-653-runtime-performance-auditor
ln-653-runtime-performance-auditor
Checks blocking IO in async, unnecessary allocations, sync sleep, string concat in loops, redundant copies. Use when auditing runtime performance.
通用助手 / 编排推荐
grpo-rl-training
grpo-rl-training
Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training
通用助手 / 编排推荐
factory-pattern
factory-pattern
Teaches the factory pattern for flexible object creation. Use when you need to create objects dynamically without using the new keyword or when object creation…
软件工程 / 部署发布
context-management-context-save
context-management-context-save
Use when working with context management context save
软件工程 / 部署发布
discord-bot-architect
discord-bot-architect
Specialized skill for building production-ready Discord bots. Covers Discord.js (JavaScript) and Pycord (Python), gateway intents, slash commands, interactive…
通用助手 / 编排推荐
ln-652-transaction-correctness-auditor
ln-652-transaction-correctness-auditor
Checks transaction scope, missing rollback handling, long-held transactions, trigger/notify interaction. Use when auditing transaction correctness.
软件工程 / 部署发布
monorepo-management
monorepo-management
Manage monorepo architectures using Lerna, Turborepo, and Nx. Configure workspaces, dependency versioning, and cross-package testing.
安全与治理 / 审核评估
security-scan
security-scan
Scan code for security vulnerabilities including OWASP Top 10, secrets, and misconfigurations. Use when you need comprehensive security analysis of a codebase.
设计与产品 / 审核评估
reading-invoice
reading-invoice
請求書の画像を読み取り構造化データを返す。 他のスキルから呼び出されるほか、直接ユーザーが呼び出すことも可能。
研究学习 / 检索整理
self-review
self-review
Automatically review an academic paper using the NeurIPS review form with three reviewer personas, ensemble scoring, and reflection refinement. Extracts text…
研究学习 / 检索整理
related-work-writing
related-work-writing
Write Related Work sections that compare and contrast prior work with your approach. Organize by theme, cite broadly, and explain how your work differs. Use…
设计与产品 / 审核评估
microservices
microservices
Guidelines for building production-grade microservices with FastAPI/Python and Go, covering serverless patterns, clean architecture, observability, and…
数据与分析 / 分析洞察
statistical-analysis
statistical-analysis
Guided statistical analysis with test selection and reporting. Use when you need help choosing appropriate tests for your data, assumption checking, power…
自动化与集成 / 自动执行
linear-issue
linear-issue
Fetch and analyze Linear issue with all related context. Use when starting work on a Linear ticket, analyzing issues, or gathering context about a Linear issue.
研究学习 / 检索整理
ln-650-persistence-performance-auditor
ln-650-persistence-performance-auditor
Use when auditing persistence and runtime performance through the evaluation platform with mandatory research, coordinated data-layer workers, and structured…
软件工程 / 诊断修复
sveltia-cms
sveltia-cms
Set up Sveltia CMS - lightweight Git-backed CMS successor to Decap/Netlify CMS (300KB bundle, 270+ fixes). Framework-agnostic for Hugo, Jekyll, 11ty, Astro. Prevents 10 documented errors. Use when adding CMS to static sites, migrating from Decap CMS, or fixing OAuth, YAML parse, datetime timezone, GDPR font loading, or CORS/COOP errors.
通用助手 / 编排推荐
autonomous-trading
autonomous-trading
Give your agent a budget, a target, and a deadline — it does the rest. Orchestrates DSL + Opportunity Scanner + Emerging Movers into a full autonomous trading loop on Hyperliquid. Race condition prevention, conviction collapse cuts, cross-margin buffer math, speed filter. 3 risk profiles: conservative, moderate, aggressive. Use when setting up autonomous trading, creating a trading strategy, or running a scan-evaluate-trade-protect loop.