搜索结果
agent
找到 1083 个相关结果 / 软件工程
软件工程 / 部署发布
agent-skill-deploy
agent-skill-deploy
Deploys agent skill collections from any GitHub repository with a /skills folder to one or more distribution surfaces: GitHub releases, Claude Code marketplace, VS Code plugin marketplace, and Copilot CLI plugin marketplace. Handles pre-flight validation, conventional commit analysis, version bumping across surface configs, and surface-specific publishing with dry-run support. Use when releasing, publishing, or deploying a skills collection to any supported marketplace or creating a GitHub release for a skills repository. Don't use for deploying non-skill packages, npm modules, Docker images, or Azure resources.
软件工程 / 诊断修复
git-helpers
git-helpers
Git workflow helper for conventional commits, confidence-scored code review (lens fan-out: security, bugs, data-loss, performance, guidelines), PR description generation, pull request creation, and branch lifecycle. Use when committing changes, reviewing code, creating PRs, merging branches, or when ready to commit / push / open a PR / finish a branch. Triggers: "commit this", "create a commit", "code review", "review this PR", "review this diff", "push this", "ready to push", "create PR", "open a pull request", "summarize changes", "finish branch", "merge branch", "merge PR", "cleanup branch". Not for acceptance-criteria verification, visual design review, or session wrap-up.
软件工程 / 诊断修复
nocodb
nocodb
Access and manage NocoDB databases via REST APIs. Free plans support bases, tables, fields, records, links, filters, sorts, and attachments. Enterprise plans…
软件工程 / 诊断修复
daily-briefing-builder
daily-briefing-builder
Generate a clean morning brief in Claude Code — pulls today's priorities, unposted content, and weather from your vault.
软件工程 / 诊断修复
debugging-protocol
debugging-protocol
Systematic 4-phase debugging: (1) understand the failure by reading the complete error and reproducing it, (2) find working examples to compare against, (3) test one hypothesis at a time with a single change, (4) fix the root cause and verify with tests. Includes the Three Strikes Rule (escalate after 3 failed fix attempts) and the Iron Law (no fixes without investigation). Activate when tests fail unexpectedly, errors occur, behavior is wrong, something that worked before is now broken, or a user reports a bug. Triggers on: "debug", "why is this failing", "test failure", "unexpected error", "bug", "broken", "investigate this error", "fix this bug", "tests are failing", "weird behavior", "something broke", "track down this issue". Also activates when multiple bugs need systematic investigation (one at a time, not batch-fixed). NOT for: writing new tests from scratch (use tdd), or general code review (use code-review).
软件工程 / 诊断修复
analyze-selective-testing
analyze-selective-testing
Analyzes Xcode selective testing effectiveness for a test run, showing which test targets were skipped or ran, and diagnosing regressions in test selection.…
软件工程 / 诊断修复
react-best-practices
react-best-practices
React development guidelines with hooks, component patterns, state management, and performance optimization.
软件工程 / 诊断修复
artifacts-builder
artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use…
软件工程 / 诊断修复
technical-debt-visualizer
technical-debt-visualizer
Generates a heat-map and metrics report of a repository based on code complexity, lack of tests, and 'TODO/FIXME' density. Use when you need to identify…
软件工程 / 诊断修复
context-degradation
context-degradation
Recognize, diagnose, and mitigate patterns of context degradation in agent systems. Use when context grows large, agent performance degrades unexpectedly, or…
软件工程 / 诊断修复
code-simplification
code-simplification
Use this skill when you need to review and refactor code to make it simpler, more maintainable, and easier to understand. Helps with identifying overly complex…
软件工程 / 诊断修复
refactoring-suggester
refactoring-suggester
Identifies code smells and provides step-by-step refactoring recipes. Use when improving legacy code maintainability or teaching students how to apply Clean…
软件工程 / 诊断修复
capacitor-vue
capacitor-vue
Guides the agent through Vue-specific patterns for Capacitor app development. Covers Vue 3 Composition API with Capacitor plugins, custom composables for…
软件工程 / 诊断修复
ai-dev-loop
ai-dev-loop
Orchestrate autonomous AI development with task-based workflow and QA gates
软件工程 / 诊断修复
stitch-sdk-pipeline
stitch-sdk-pipeline
Run the full Stitch SDK generation pipeline. Use when a new tool is added, or the SDK needs to be regenerated end-to-end.
软件工程 / 诊断修复
accelint-ts-audit-all
accelint-ts-audit-all
Comprehensive TypeScript file audit system. Command-only skill (no natural triggers). Accepts file or directory path to systematically audit through…
软件工程 / 诊断修复
android_ui_verification
android_ui_verification
android_ui_verification — an installable skill for AI agents, published by sickn33/antigravity-awesome-skills.
软件工程 / 部署发布
backend-database-specialist
backend-database-specialist
Provide expert guidance on backend and database services. Advises on database design, APIs, authentication, and deployment.
软件工程 / 诊断修复
ensemble-solving
ensemble-solving
Generate multiple diverse solutions in parallel and select the best. Use for architecture decisions, code generation with multiple valid approaches, or…
软件工程 / 诊断修复
bug-review
bug-review
Use this skill when a user asks to review a pull request for bugs, wants AI code review focused on correctness issues, or runs /bug-review. Trigger on PR…