claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Automation & Workflows

.agents

Agents, skills, commands, and rules for AI-powered coding tools — used daily to supercharge development productivity.

Actively maintained
100/100
last commit 3 months ago
last release none
releases 0
open issues 0
// install
git clone https://github.com/Weaverse/.agents

.agents

Skills, commands, and rules for AI-powered coding tools — used daily to supercharge development productivity.

This repository contains workflow commands, specialized skills, coding rules, and system hooks that work with any AI coding assistant that supports markdown-based configuration.

📦 What's Inside

.agents/
├── commands/        # 11 workflow automation commands
├── skills/          # 4 domain-specific skills
├── rules/           # 5 coding convention rules
├── claude-code-hooks.json   # Hook configuration (Claude Code specific)
├── claude-code-notifier.sh  # Cross-platform notification script
└── statusline.sh    # Custom status line for Claude Code terminal UI

🚀 Quick Start

Option 1: Clone Entire Setup

cd ~
git clone [email protected]:Weaverse/.agents.git

# Symlink into your AI tool's config directory
# For Claude Code:
ln -s ~/.agents/commands ~/.claude/commands
ln -s ~/.agents/skills ~/.claude/skills
ln -s ~/.agents/rules ~/.claude/rules

Option 2: Copy Individual Items

  1. Browse the commands/, skills/, or rules/ folders
  2. Copy the files you need into your AI tool's config directory

⚡ Workflow Commands

Automation commands for common development tasks:

CommandDescription
workPick up a GitHub issue — fetch context, create branch, generate spec plan, and optionally open a draft PR
create-taskCreate a GitHub issue with full metadata and optional project board integration
create-prCreate pull requests with AI-generated descriptions
fix-prFix issues raised in PR reviews
review-changesReview uncommitted changes before pushing
review-codeIn-depth code quality analysis
formatAuto-format code and fix TypeScript issues
handoffGenerate context summaries for team handoffs
explainExplain recent code changes in simple terms for junior developers
shipCreate a release PR, bump version, and draft a GitHub release
ultrathinkDeep reasoning mode for complex problems

🎯 Specialized Skills

Domain-specific procedures for complex tasks:

SkillDescription
commitCommit changes with well-crafted messages, grouping related files into separate commits
code-reviewComprehensive code audits — dead code, duplications, patterns, bugs
feature-planDetailed implementation planning before writing code
frontend-designCreate distinctive, production-grade UI components

📏 Coding Rules

Opinionated conventions enforced across the team:

RuleDescription
codingNaming, styling, and general coding standards
commitCommit message conventions
communicationHow AI should handle questions vs statements
never-auto-commitPrevent AI tools from auto-committing
spec-driven-developmentWrite specs before code

📊 Status Line

statusline.sh is a custom status line script for Claude Code's terminal UI. It displays:

  • Session stats — duration, cost, and token usage
  • Active model — shortened name (e.g., Sonnet 4.5)
  • Working directory — last two path segments
  • Git status — current branch + clean () or dirty () indicator

Setup (Claude Code):

ln -s ~/.agents/statusline.sh ~/.claude/statusline.sh

Then configure it in your Claude Code settings:

{
  "statusCommand": "~/.claude/statusline.sh"
}

🔔 System Hooks

The included claude-code-hooks.json and claude-code-notifier.sh enable system notifications for:

  • Session start/end
  • Task completion
  • Custom alerts

Cross-platform support: macOS, Linux, Windows (PowerShell).

Note: Hooks are currently Claude Code specific. Contributions for other tools welcome.

🛠️ Development

See AGENTS.md for:

  • Validation commands
  • Code style guidelines
  • Frontmatter requirements
  • Quality checklist

🤝 Contributing

Contributions welcome! When adding new commands/skills:

  1. Follow the naming convention: kebab-case.md
  2. Include proper YAML frontmatter
  3. Add 2-3 realistic usage examples
  4. Test manually in your AI coding tool
  5. Update relevant README sections

📝 License

MIT


Built by Weaverse — Empowering developers with AI-enhanced workflows.

// compatibility

Platformscli
Operating systems
AI compatibilityclaude
License
Pricingopen-source
LanguageShell

// faq

What is .agents?

Agents, skills, commands, and rules for AI-powered coding tools — used daily to supercharge development productivity.. It is open-source on GitHub.

Is .agents free to use?

.agents is open-source, so it is free to use.

What category does .agents belong to?

.agents is listed under skills in the Claudeers registry of Claude-compatible tools.

0 views
35 stars
unclaimed
updated 15 days ago

// embed badge

.agents on Claudeers
[![Claudeers](https://claudeers.com/api/badge/agents-2.svg)](https://claudeers.com/agents-2)

// retro hit counter

.agents hit counter
[![Hits](https://claudeers.com/api/counter/agents-2.svg)](https://claudeers.com/agents-2)

// reviews

// guestbook

0/500

// related in Automation & Workflows

🔓

The agent that grows with you

// automationNousResearch/Python211,605MIT[ claude ]
🔓

The API to search, scrape, and interact with the web at scale. 🔥

// automationfirecrawl/TypeScript143,720AGPL-3.0[ claude ]
🔓

🌐 Make websites accessible for AI agents. Automate tasks online with ease.

// automationbrowser-use/Python103,709MIT[ claude ]
🔓

An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message…

// automationbytedance/Python76,016MIT[ claude ]
→ see how .agents connects across the ecosystem