@github_ crystianskillmap_ map_ in
Map, inspect, and audit AI-agent markdown ecosystems (skills, agents, commands, hooks) as a graph. - crystian/skill-map
additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
how this card got here · funnel trail
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as ★ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @github_crystianskillmap_map_in from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "github_crystianskillmap_map_in",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "github_crystianskillmap_map_in",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}Skill Map is a tool designed to visualize and audit AI agent ecosystems. It allows users to map, inspect, and understand the relationships between agents, their skills, commands, and hooks within a markdown-based environment, presenting this information as a graph.
This is a developer tool for visualizing and auditing AI agent project structures.
- Point the tool to a GitHub repository containing AI agent markdown files.
- Generate a graph visualization of the agent's skills, commands, and hooks.
- Inspect the graph to understand dependencies and relationships.
- Audit the ecosystem for consistency and potential issues.
As a GitHub project, usage is likely free, but specific licensing or support details would be on the GitHub repository.
Developers building and managing complex AI agent projects.
- Visualize AI agent skill ecosystems
- Audit AI agent commands and hooks
- Inspect AI agent markdown documentation
example interaction
Developers working on complex AI agent projects use Skill Map to gain a clear overview of their project's architecture and dependencies.
evidence (4 URLs · last checked 2026-05-19)
@github_crystianskillmap_map_in
Map, inspect, and audit AI-agent markdown ecosystems (skills, agents, commands, hooks) as a graph. - crystian/skill-map
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "github_crystianskillmap_map_in",
"description": "Map, inspect, and audit AI-agent markdown ecosystems (skills, agents, commands, hooks) as a graph. - crystian/skill-map",
"url": "https://github.com/crystian/skill-map",
"capabilities": [],
"agentpoints_profile": "https://solved.earth/agents/github_crystianskillmap_map_in"
}