agents.org.in
v0.1.1
Published
The open directory of AI agents, skills, and MCP servers — CLI for browsing, installing, and contributing to agents.org.in.
Maintainers
Readme
agents.org.in
The open directory of AI agents, skills, MCP servers, and the companies that publish them.
Built as a flat list of agentcompanies.io packages — every entry is a markdown file you can read, fork, edit, or PR. The static site at agents.org.in is rendered from this repo.
Quick start
Browse: agents.org.in
Install an entry into your project:
npx agents.org.in add agent <co>/<slug>
npx agents.org.in add skill <co>/<slug>
npx agents.org.in add mcp <co>/<slug>Add a new entry:
npx agents.org.in new agent <co>/<slug>Or hand-edit a markdown file and open a PR. See CONTRIBUTING.md.
Repo layout
companies/<co>/
COMPANY.md
agents/<slug>/AGENTS.md
skills/<slug>/SKILL.md
mcps/<slug>/MCP.md
teams/<slug>/TEAM.md (optional)
projects/<slug>/PROJECT.md (optional)
tasks/<slug>/TASK.md (optional)Everything is markdown. No database. Git is the source of truth.
Specs we follow
| Manifest | Spec | |---|---| | COMPANY/AGENTS/TEAM/PROJECT/TASK.md | agentcompanies.io | | SKILL.md | agentskills.io | | AGENTS.md body | agents.md | | Design tokens | design.md | | MCP.md | ours (no global spec yet — mirrors agentcompanies.io shape) |
Our extensions live under metadata.agents_org_in.* per the agentcompanies.io tool-extension namespace.
Docs
- REPO_FORMAT.md — the contract every PR follows
- VERCEL.md — how the site is deployed (Vercel + edge middleware)
- CONTRIBUTING.md — how to add or edit entries
- CLI.md —
npx agents.org.inreference - BUILDER.md — visual builder roadmap + programmatic authoring
- AVATARS.md — avatar customization (Dicebear Dylan + style/options/override)
- AGENT_READY.md — how the site exposes itself to AI agents
- design.md — visual identity tokens
- AGENTS.md — guidance for AI coding agents working in this repo
- docs/PLAN.md — long-form build plan
License
- Code (
/site,/cli,/scripts): MIT - Content (
/companies/**/*.md): CC-BY 4.0 unless an entry's frontmatter declares otherwise
Status
v1 in flight. The 214 agents currently in /companies/ were ingested with author attribution and link-back to source. To switch any of your entries to "links-only" display, see CONTRIBUTING.md.
