agent-skills icon indicating copy to clipboard operation
agent-skills copied to clipboard

Production-grade engineering skills for AI coding agents.

Results 263 agent-skills issues
Sort by recently updated
recently updated
newest added

I have been working on ctx recommendation system for skills, agents, MCPs and harnesses. Including an informative dashboard: ctx watches your repo, uses a shipped knowledge graph/LLM wiki of skills,...

Closes #95. Closes #172. ## Problem Two related issues that both stem from the same design gap: **#95 — Command collision:** agent-skills' `/review` command shadowed Claude Code's built-in `/review`. Because...

Thanks for building this! Currently, the `spec.md` file is global and is written to the root folder of the project (https://github.com/addyosmani/agent-skills/blob/main/.claude/commands/spec.md), which is probably ok if you are working on...

## Summary Closes #179. The Copilot setup guide told users to copy agent persona files with a plain `.md` extension: ```bash cp agents/code-reviewer.md .github/agents/code-reviewer.md ``` GitHub Copilot requires custom agent...

## Summary - add a /pr command for Claude Code and Gemini CLI that prepares reviewable pull requests with scope, verification, risk, and publishing checks - extend git-workflow-and-versioning with a...

## Summary - add code-simplification to the using-agent-skills review routing path - add deprecation-and-migration to the shipping/lifecycle routing path - keep the lifecycle sequence and quick reference aligned with the...

### Skill Info - **Repo**: https://github.com/pencil20388-eng/adspower-skill - **Name**: adspower - **Category**: Browser / Automation - **Compatibility**: Claude Code, Codex CLI, Cursor, Gemini CLI ### What it does Manages AdsPower antidetect...

## Summary - When `CONFIDENCE` is below ~70%, the skill now requires a brief one-line reason on the same line explaining what's still unresolved or missing - Updated the Step...

## Summary Removes the hard-coded `"version": "1.0.0"` from `.claude-plugin/plugin.json` so Claude Code uses commit-SHA versioning to decide whether an installed plugin is stale. Fixes a real update-delivery bug, not just...

## Summary Adds the `vertical-slicing` skill — a decomposition workflow that ensures work is broken into thin, independently demoable end-to-end slices rather than horizontal layers. ## Inspiration The vertical slicing...