agent-skills
agent-skills copied to clipboard
Production-grade engineering skills for AI coding agents.
Really like where this is going — encoding strong engineering workflows into reusable agent skills is a great direction. Quick thought: Have you considered a lightweight CI validation pattern for...
- Create docs/copilot-cli-setup.md with installation instructions for GitHub Copilot CLI - Update README.md with Copilot CLI Quick Start section - Document the two-step installation process: marketplace add followed by install...
Hey! Love what you're building with agent-skills—the way you've structured AI agent tools is really clean and extensible. We're reaching out because we think you'd be a great fit for...
希望作者可以让agent始终触发git-worktree-flow.. 技能,因为目前来看,在编码阶段我还得主动告诉它才启动git工作流,git工作流不应该是在ship阶段,而是在构建或者叫编码阶段
- Add skill-cn.md for all 21 skill directories (skills/*/skill-cn.md) - Add Chinese versions of root docs: AGENTS-cn.md, CLAUDE-cn.md, CONTRIBUTING-cn.md, README-cn.md - Technical terms, code blocks, ASCII diagrams preserved in English...
# Add `autonomous-code-improvement` skill ## What this adds A new Markdown-only skill at `skills/autonomous-code-improvement/SKILL.md` that documents the discipline for running an unattended code-improvement loop — scan, isolate, execute, multi-persona self-review,...
Files you have in .claude/commands/* can be placed under .opencode/commands/* to have the same Claude Code's experience from OpenCode :)
## Summary The three agent personas in `agents/` (code-reviewer, security-auditor, test-engineer) are well-written but orphaned — nothing in the collection points to them. This PR wires each persona into the...
# Summary This pull request adds comprehensive support for the discovery phase in the product development workflow by introducing the `design-sprint` skill and related documentation. It clarifies the role of...
## Summary Adds `observability-and-monitoring` — the one confirmed lifecycle gap in the collection (no existing PR, not covered by any current skill). Covers the full production visibility workflow: structured logging,...