Comparison
awesome-claude-skills vs idun-agent-platform
Verdict
Pick awesome-claude-skills when pricing: The repository's license is under Apache 2.0 for the overall content, but individual skills may have varying licensing terms which should be checked individually within their respective folders.; pick idun-agent-platform when tags unique to idun-agent-platform: a2a-protocol, ag-ui-protocol, agent-platform, agentic-ai.
Markdown twin · awesome-claude-skills alternatives · idun-agent-platform alternatives
GraphCanon updated today
Trust & integrity
| Signal | awesome-claude-skills | idun-agent-platform |
|---|---|---|
| Maintenance | Steady (50d since push) As of 4d · github_public_v1 | Very active (4d since push) As of today · github_public_v1 |
| Provenance | Not a fork · Organization account As of 4d · github_public_v1 | Not a fork · Organization account As of today · github_public_v1 |
| OSV dependency advisories | No lockfile (source not queried) As of 4d · osv@v1 | No lockfile (source not queried) As of today · osv@v1 |
| deps.dev advisories | Not queried deps.dev@v1 | Not queried deps.dev@v1 |
| OpenSSF Scorecard | Not queried openssf-scorecard@v1 | Not queried openssf-scorecard@v1 |
Tagline
- awesome-claude-skills
- A curated list of awesome Claude Skills for customizing AI workflows
- idun-agent-platform
- 🟪 Open-source runtime that ships any LangGraph or Google ADK agent as a production-ready FastAPI service. Bundled , AG-UI copilotkit API, chat UI, 15+ guardrails, MCP, OpenTelemetry, OIDC. One pip in
Stars
- awesome-claude-skills
- 67k
- idun-agent-platform
- 194
Forks
- awesome-claude-skills
- 7.6k
- idun-agent-platform
- 11
Open issues
- awesome-claude-skills
- 974
- idun-agent-platform
- 103
Language
- awesome-claude-skills
- Python
- idun-agent-platform
- Python
Adopt for
- awesome-claude-skills
- awesome-claude-skills is a curated list that provides resources and tools for customizing workflows using Claude AI.
- idun-agent-platform
- -
Persona
- awesome-claude-skills
- -
- idun-agent-platform
- -
Runtime
- awesome-claude-skills
- -
- idun-agent-platform
- -
License
- awesome-claude-skills
- -
- idun-agent-platform
- GPL-3.0
Last pushed
- awesome-claude-skills
- May 22, 2026
- idun-agent-platform
- Jul 10, 2026
Categories
- awesome-claude-skills
- AI Agents, Developer Tools
- idun-agent-platform
- AI Agents, LLM Frameworks, Vector Databases
Trust and health
Maintenance
- awesome-claude-skills
- Steady (60%)
- idun-agent-platform
- Very active (96%)
Days since push
- awesome-claude-skills
- 50d
- idun-agent-platform
- 4d
Open issues (now)
- awesome-claude-skills
- 974
- idun-agent-platform
- 103
Full report
- awesome-claude-skills
- Trust report
- idun-agent-platform
- Trust report
Choose awesome-claude-skills if…
- Pricing: The repository's license is under Apache 2.0 for the overall content, but individual skills may have varying licensing terms which should be checked individually within their respective folders..
- Tags unique to awesome-claude-skills: agent-skills, automation, composio, cursor.
- Also covers Developer Tools.
- When you are looking to customize and extend the capabilities of Claude AI through various skills and plugins.
When NOT to use awesome-claude-skills
- Avoid using if your primary focus is on general-purpose automation that doesn't require integration with Claude AI or its ecosystem.
- Not recommended if specific automation tasks do not benefit from customization through the provided Claude Skills, or you prefer tools that operate independently without dependency on a particular AI.
Choose idun-agent-platform if…
- Tags unique to idun-agent-platform: a2a-protocol, ag-ui-protocol, agent-platform, agentic-ai.
- Also covers LLM Frameworks, Vector Databases.
- More recently updated (last pushed Jul 10, 2026).
When NOT to use idun-agent-platform
- AI Agents: Don't use an agent loop when a deterministic workflow would do; agents add latency, cost, and non-determinism.
- LLM Frameworks: Avoid a framework for a single prompt-and-retrieve call; the abstraction can cost more than it saves.
- Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate.
Explore
Sources
Every stat on this page traces to a dated GitHub sync, license file, enrichment field, or trust scan.
- GitHub stars (ComposioHQ/awesome-claude-skills) · observed Jul 11, 2026
- GitHub forks (ComposioHQ/awesome-claude-skills) · observed Jul 11, 2026
- Last push (ComposioHQ/awesome-claude-skills) · observed May 22, 2026
- License file (unknown) · observed Jul 11, 2026
- Decision facts (enrichment) · observed Jul 11, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
- GitHub stars (Idun-Group/idun-agent-platform) · observed Jul 15, 2026
- GitHub forks (Idun-Group/idun-agent-platform) · observed Jul 15, 2026
- Last push (Idun-Group/idun-agent-platform) · observed Jul 10, 2026
- License file (GPL-3.0) · observed Jul 15, 2026
- Trust scan (lockfile / OSV) · observed Jul 15, 2026
GitHub stars on cards: awesome-claude-skills 67k · idun-agent-platform 194 (synced Jul 11, 2026).
Common questions
- What is the difference between awesome-claude-skills and idun-agent-platform?
- awesome-claude-skills: A curated list of awesome Claude Skills for customizing AI workflows. idun-agent-platform: 🟪 Open-source runtime that ships any LangGraph or Google ADK agent as a production-ready FastAPI service. Bundled , AG-UI copilotkit API, chat UI, 15+ guardrails, MCP, OpenTelemetry, OIDC. One pip in. See the comparison table for live GitHub stats and shared categories.
- When should I choose awesome-claude-skills over idun-agent-platform?
- Choose awesome-claude-skills over idun-agent-platform when Pricing: The repository's license is under Apache 2.0 for the overall content, but individual skills may have varying licensing terms which should be checked individually within their respective folders.; Tags unique to awesome-claude-skills: agent-skills, automation, composio, cursor; Also covers Developer Tools; When you are looking to customize and extend the capabilities of Claude AI through various skills and plugins.
- When should I choose idun-agent-platform over awesome-claude-skills?
- Choose idun-agent-platform over awesome-claude-skills when Tags unique to idun-agent-platform: a2a-protocol, ag-ui-protocol, agent-platform, agentic-ai; Also covers LLM Frameworks, Vector Databases; More recently updated (last pushed Jul 10, 2026).
- When should I avoid awesome-claude-skills?
- Avoid using if your primary focus is on general-purpose automation that doesn't require integration with Claude AI or its ecosystem. Not recommended if specific automation tasks do not benefit from customization through the provided Claude Skills, or you prefer tools that operate independently without dependency on a particular AI.
- When should I avoid idun-agent-platform?
- AI Agents: Don't use an agent loop when a deterministic workflow would do; agents add latency, cost, and non-determinism. LLM Frameworks: Avoid a framework for a single prompt-and-retrieve call; the abstraction can cost more than it saves. Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate.
- Is awesome-claude-skills or idun-agent-platform more popular on GitHub?
- awesome-claude-skills has more GitHub stars (67,447 vs 194). Stars measure visibility, not whether either tool fits your constraints.
- Are awesome-claude-skills and idun-agent-platform open source?
- Yes - both are open-source projects on GitHub.
- Where can I find alternatives to awesome-claude-skills or idun-agent-platform?
- GraphCanon lists graph-backed alternatives at awesome-claude-skills alternatives and idun-agent-platform alternatives (awesome-claude-skills markdown twin, idun-agent-platform markdown twin), ranked by typed relationship edges rather than popularity votes.
- Is there a machine-readable version of this comparison?
- Yes. The markdown twin at this comparison mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.
- Which is better maintained, awesome-claude-skills or idun-agent-platform?
- awesome-claude-skills: Steady. idun-agent-platform: Very active. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.
- Where are the full trust reports for awesome-claude-skills and idun-agent-platform?
- GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: awesome-claude-skills trust report; idun-agent-platform trust report.