🧑🎨 A collection of agentic skills that works
# Agent Skills AI agent skills are reusable instruction sets that extend your assistant with domain-specific expertise, loaded on demand so they don't bloat your context. This repository covers marketing and engineering skills authored by [@samber](https://github.com/samber). For Golang-related skills, please visit [cc-skills-golang](https://github.com/samber/cc-skills-golang). > [!IMPORTANT] > Bootstrapped with Cursor. **Edited, tested, reviewed and reworked by a human**. > > **No AI slop here.** AI-made skills are useless. <img width="3808" height="1280" alt="image" src="https://github.com/user-attachments/assets/95139f6f-c19c-4041-a010-d94bca594bba" /> ## 🚀 How to use? **Install with [skills](https://skills.sh/) CLI** (universal, works with any [Agent Skills](https://agentskills.io)-compatible tool): ```bash npx skills add https://github.com/samber/cc-skills --all # or a single skill: npx skills add https://github.com/samber/cc-skills --skill promql-cli ``` <!-- prettier-ignore-start --> <details> <summary>Claude Code</summary> ```bash /plugin marketplace add samber/cc /plugin install cc-skills@samber ``` </details> <details> <summary>Openclaw</summary> Copy skills into the cross-client discovery directory: ```bash git clone https://github.com/samber/cc-skills.git ~/.openclaw/skills/cc-skills # or in workspace: git clone https://github.com/samber/cc-skills.git ~/.openclaw/workspace/skills/cc-skills ``` </details> <details> <summary>Cursor CLI</summary> ```bash cursor extensions install https://github.com/samber/cc-skills ``` Update with `cursor extensions update cc-skills`. </details> <details> <summary>Cursor</summary> Copy skills into the cross-client discovery directory: ```bash git clone https://github.com/samber/cc-skills.git ~/.cursor/skills/cc-skills ``` Cursor auto-discovers skills from `.agents/skills/` and `.cursor/skills/`. </details> <details> <summary>Cursor</summary> Copy skills into the cross-client discovery director
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.