agent-skills-collection
NewA 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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/agent-skills-collection.md
@agent-skills-collectionUse Cases
Usage Examples
/agent-skills-collection load workflow code-review
Apply the 'security-audit' skill from agent-skills-collection to this repository.
/agent-skills-collection list skills in category Documentation
Security Audits
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..