skill-authoring

Create, manage, and reuse SKILL.md-based agent skills for automating tasks.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/Buntyarora97/bcshdbchjdb --skill skill-authoring-buntyarora97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/Buntyarora97/bcshdbchjdb/tree/main/.local/skills/skill-authoring
Command: npx skills add https://github.com/Buntyarora97/bcshdbchjdb --skill skill-authoring-buntyarora97

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to create reusable skills that extend the capabilities of their agents, enabling them to handle tasks more efficiently and save time on repetitive procedures.

Core Features & Use Cases

  • Skill Creation: Users can create custom skills to automate tasks or provide instructions.
  • Skill Reusability: Skills can be reused across different sessions, saving users from repeating the same actions.
  • Skill Management: Users can organize, update, and delete their skills as needed.

Quick Start

To create a new skill, name it code-review and write the SKILL.md file in .agents/skills/code-review/SKILL.md.

Frequently Asked Questions about skill-authoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create reusable skills to extend agent capabilities?

To create reusable skills, you write a SKILL.md file inside a designated agent directory, such as `.agents/skills/code-review/SKILL.md`, to provide custom instructions or task automation for your agent.

What is skill management and how does it work for task automation?

Skill management allows you to organize, update, and delete custom agent instructions. By writing SKILL.md files, you define reusable task automation procedures that extend your agent's capabilities across multiple sessions.

How can I share instructions with agents to stop repeating the same actions?

You can share instructions with agents by creating reusable skills. Writing a SKILL.md file captures your repetitive procedures once, allowing the agent to automatically apply these instructions across different sessions.

Do I need to write SKILL.md files to automate repetitive tasks with agents?

Yes, writing SKILL.md files is required to automate repetitive tasks. This process captures your specific instructions and makes them reusable across sessions, extending agent capabilities without needing to repeat actions.

Can I update or delete custom skills after they are created?

Yes, skill management allows you to update or delete custom skills as needed. You can organize your SKILL.md files within the agent environment to maintain and refine your task automation procedures over time.