BeClaude

agent-skills-collection

New
1GitHub TrendingDocumentationby RithikAR25

A centralized collection of custom skills defining workflows, behaviors, and standard operating procedures for AI agents (like Antigravity). Features include standardized workflows, specialized domain instructions, and strict tool usage rules. Built purely in Markdown for AI coding assistants and agent systems supporting .md skill configurations.

Summary

This skill provides a centralized collection of custom Markdown-based skills that define workflows, behaviors, and standard operating procedures for AI agents.

  • It helps developers enforce consistent agent behavior, domain-specific instructions, and strict tool usage rules across projects.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/agent-skills-collection.md

3
Invoke with @agent-name
@agent-skills-collection

Use Cases

Standardize an AI agent's workflow for code review across multiple repositories.
Enforce domain-specific instructions for a customer support agent handling refunds.
Define strict tool usage rules to prevent an agent from accessing production databases.
Create a reusable skill for an agent to follow when generating release notes.
Maintain a shared library of agent behaviors that can be version-controlled and audited.
Onboard new agents quickly by loading a pre-defined set of operational procedures.

Usage Examples

1

/agent-skills-collection load workflow code-review

2

Apply the 'security-audit' skill from agent-skills-collection to this repository.

3

/agent-skills-collection list skills in category Documentation

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is agent-skills-collection?

This skill provides a centralized collection of custom Markdown-based skills that define workflows, behaviors, and standard operating procedures for AI agents. It helps developers enforce consistent agent behavior, domain-specific instructions, and strict tool usage rules across projects.

How to install agent-skills-collection?

To install agent-skills-collection: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/agent-skills-collection.md. Finally, @agent-skills-collection in Claude Code.

What is agent-skills-collection best for?

agent-skills-collection is a agent categorized under Documentation. It is designed for: agent. Created by RithikAR25.

What can I use agent-skills-collection for?

agent-skills-collection is useful for: Standardize an AI agent's workflow for code review across multiple repositories.; Enforce domain-specific instructions for a customer support agent handling refunds.; Define strict tool usage rules to prevent an agent from accessing production databases.; Create a reusable skill for an agent to follow when generating release notes.; Maintain a shared library of agent behaviors that can be version-controlled and audited.; Onboard new agents quickly by loading a pre-defined set of operational procedures..