搜索结果
全部能力
找到 504 个相关结果 / 研究资料
软件工程 / 诊断修复
constitutional-ai
constitutional-ai
Anthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF (RL from…
软件工程 / 部署发布
ln-783-container-launcher
ln-783-container-launcher
Builds and launches Docker containers with health verification. Use when validating that containerized services start correctly.
软件工程 / 诊断修复
ln-771-logging-configurator
ln-771-logging-configurator
Configures structured JSON logging with Serilog (.NET) or structlog (Python). Use when adding logging to backend projects.
软件工程 / 诊断修复
nanogpt
nanogpt
Educational GPT implementation in ~300 lines. Reproduces GPT-2 (124M) on OpenWebText. Clean, hackable code for learning transformers. By Andrej Karpathy.…
软件工程 / 诊断修复
ln-743-test-infrastructure
ln-743-test-infrastructure
Sets up test infrastructure with Vitest, xUnit, and pytest. Use when adding testing frameworks and sample tests to a project.
软件工程 / 诊断修复
ln-722-backend-generator
ln-722-backend-generator
Generates .NET Clean Architecture backend structure from entity definitions. Use when bootstrapping .NET backend projects.
软件工程 / 诊断修复
ln-635-test-isolation-auditor
ln-635-test-isolation-auditor
Audits whether test results can be trusted: flakiness, isolation, real external dependencies, time/random/order dependency, and shared state. Use when auditing…
软件工程 / 诊断修复
ln-643-api-contract-auditor
ln-643-api-contract-auditor
Checks layer leakage in method signatures, missing DTOs, entity leakage to API, inconsistent error contracts. Use when auditing API contracts.
软件工程 / 诊断修复
ln-500-story-quality-gate
ln-500-story-quality-gate
Story-level quality gate with 4-level verdict (PASS/CONCERNS/FAIL/WAIVED) and Quality Score. Use when Story is ready for quality assessment.
软件工程 / 诊断修复
ln-721-frontend-restructure
ln-721-frontend-restructure
Scaffolds new React projects or restructures monoliths to component-based architecture. Use when setting up frontend structure.
软件工程 / 诊断修复
tavily-web
tavily-web
Web research skill using Tavily API for search, extract, crawl, map, and structured research tasks. Use when you need latest information, extract content from…
软件工程 / 诊断修复
ln-780-bootstrap-verifier
ln-780-bootstrap-verifier
Verifies bootstrapped projects via build, test, and container health checks. Use when validating project setup completeness.
软件工程 / 诊断修复
ln-400-story-executor
ln-400-story-executor
Executes Story tasks in priority order (To Review, To Rework, Todo). Use when Story has planned tasks ready for implementation.
软件工程 / 诊断修复
ln-770-crosscutting-setup
ln-770-crosscutting-setup
Sets up logging, error handling, CORS, health checks, and API docs. Use when adding cross-cutting concerns to backend projects.
软件工程 / 诊断修复
pyhealth
pyhealth
Comprehensive healthcare AI toolkit for developing, testing, and deploying machine learning models with clinical data. This skill should be used when working…
软件工程 / 诊断修复
ln-403-task-rework
ln-403-task-rework
Fixes tasks in To Rework by applying reviewer feedback, then returns to To Review. Use when task was rejected during review.
软件工程 / 诊断修复
ln-740-quality-setup
ln-740-quality-setup
Sets up linters, pre-commit hooks, and test infrastructure. Use when adding code quality tooling to a project.
软件工程 / 部署发布
deployment-documentation
deployment-documentation
Document deployment processes, infrastructure setup, CI/CD pipelines, and configuration management. Use when creating deployment guides, infrastructure docs, or CI/CD documentation.
软件工程 / 诊断修复
ln-622-build-auditor
ln-622-build-auditor
Checks compiler/linter errors, deprecation warnings, type errors, failed tests, build config issues. Use when auditing build health.
软件工程 / 诊断修复
ln-633-test-value-auditor
ln-633-test-value-auditor
Scores each test by portfolio value and returns KEEP/DELETE/MERGE/REWRITE. Use when pruning test-suite cost.