Covers types of welcome contributions (docs, bug reports, proposals),
ecosystem listing & logo request process, development setup for the docs
site, submitting changes, and AI contribution disclosure policy (adapted
from the MCP project).
Directs proposals and feature requests to GitHub Discussions, reserving
Issues for bug reports. Notes that `skills-ref/` is not accepting code
contributions and that skill submissions and major architectural changes
are not being accepted at this time.
License section reflects dual licensing: Apache 2.0 for code and spec,
CC-BY 4.0 for documentation.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The `logo-scroll` keyframe translated by `-50%`, but flex `gap: 3rem`
means `2N` duplicated items have `2N - 1` gaps — so the track doesn't
split evenly at 50%. The seam between the two copies sits at
`50% + half a gap`. Adjusting to `calc(-50% - 1.5rem)` aligns the
animation endpoint with the start of the second copy, eliminating the
visible jump every 50 seconds.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace the plain bold-text blockquote with GitHub's alert syntax so the
"not for production" notice renders with a colored icon and background,
making it harder to miss.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file was originally copied from the modelcontextprotocol repo.
These styles were specific to MCP documentation pages and are not used
here:
- `#feature-support-matrix-wrapper` table styling
- `#schema-reference` TypeScript documentation styling
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Add top-level LICENSE file (Apache 2.0) and a License section to
README documenting the dual-license structure: Apache 2.0 for code,
CC-BY-4.0 for documentation.
Closes#121
* Create todo.md
* Add files via upload
* Delete docs/images/logos/mistral-vibe/todo.md
* add mistral ai vibe to doc
* added black and white versions
* update whiteblack logos
* add vibe to carousel
* swap light dark
---------
Co-authored-by: jaccolor <jac_color@protonmail.com>
Co-authored-by: Eric Harmeling <eric.harmeling@outlook.com>
* Add Firebender logo
Adds logo for android focused coding agent, Firebender that supports skills
Resolves#71🤖 Generated with [Firebender](https://firebender.com)
Co-Authored-By: Firebender <help@firebender.com>
* fix: replace low-res Firebender SVG logos with high-resolution versions
Updated both light and dark wordmark SVGs with high-resolution exports from Figma.
Old viewBox: ~145x18 / 161x20
New viewBox: 2151x267
This addresses the resolution concerns in PR feedback.
🤖 Generated with [Firebender](https://firebender.com)
Co-Authored-By: Firebender <help@firebender.com>
---------
Co-authored-by: Firebender <help@firebender.com>
Agentman is an agentic AI platform that natively supports Agent Skills,
enabling users to build AI agents with skill-based capabilities.
Co-authored-by: Eric Harmeling <eric.harmeling@outlook.com>
Reference library for Agent Skills with CLI and Python API:
- validate: Check skill directories for valid SKILL.md with proper frontmatter
- read-properties: Parse and output skill properties as JSON
- to-prompt: Generate suggested <available_skills> XML for agent prompts
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>