Back to Skills

agent-ops-docs

majiayu000
Updated 28 days ago
33 views
58
9
58
View on GitHub
Otherwordapi

About

This skill manages project documentation including README, CHANGELOG, and API docs, ensuring they stay synchronized with code changes. Use it when implementing features that affect public APIs, creating new projects, or preparing releases. It maintains consistency across documentation and integrates with other development workflows.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/agent-ops-docs

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/data/agent-ops-docs
0

Related Skills

agent-ops-versioning

Other

This skill automates semantic versioning and release documentation by generating changelog entries from completed issues or git history. It supports multiple workflows including issue-first development, git diff comparisons, and hybrid approaches. Use it to maintain consistent version bumps and release notes directly within your development process.

View skill

agent-ops-mkdocs

Other

This skill manages MkDocs documentation sites for initializing, updating, building, and deploying project documentation. It's used when setting up documentation, adding new pages, or deploying updates, and it can generate navigation and deploy to GitHub Pages. Developers should use it for automating documentation workflows within their projects.

View skill

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

polymarket

Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill