Skip to content

Ahoo-Wang/skills

Repository files navigation

Ahoo Skills

Ahoo-Wang's skills logo

GitHub Pages · Codex Marketplace · Claude Code Marketplace

A central aggregation repository for Agent Skills from Ahoo-Wang's open source projects.

Skills are automatically synced from source repositories every 6 hours via GitHub Actions and published as split plugins by source project.

Available Plugins

Plugin Skills
ahoo-wow-skills Wow, review, debugging, and development workflow skills
ahoo-coapi-skills CoApi Spring HTTP client skill
ahoo-cosec-skills CoSec integration, policy, matcher, and troubleshooting skills
ahoo-cosid-skills CosId ID generation and sharding skills
ahoo-fluent-assert-skills FluentAssert Kotlin assertion skill
ahoo-fetcher-skills Fetcher client, decorator, React, OpenAPI, storage, event bus, and streaming skills
ahoo-cocache-skills CoCache distributed cache skill
ahoo-simba-skills Simba mutex, leader election, and testing skills
ahoo-agent-skills General agent prompt skills maintained directly here

Source Repositories & Skills

Repository Skills
Wow wow, wow-code-review, wow-debugging, wow-development-workflow
CoApi coapi-developer
CoSec cosec-custom-matcher, cosec-integration, cosec-policy-author, cosec-troubleshoot
CosId cosid-manual-integration, cosid-sharding, cosid-spring-boot, cosid-strategy-guide
FluentAssert fluent-assert
Fetcher fetcher-cosec-auth, fetcher-decorator-service, fetcher-eventbus, fetcher-integration, fetcher-llm-streaming, fetcher-openai-client, fetcher-openapi-generator, fetcher-openapi-types, fetcher-react-hooks, fetcher-storage, fetcher-viewer-components, fetcher-wow-cqrs
CoCache cocache
Simba simba, simba-testing
Local plugin agent-system-prompt

Installation

Install in Claude Code

/plugin marketplace add https://github.com/Ahoo-Wang/skills
/plugin install ahoo-wow-skills

Install in Codex

codex plugin marketplace add Ahoo-Wang/skills --ref main
codex plugin add ahoo-wow-skills@ahoo-skills

Install the specific split plugin you need from the table above.

How It Works

  • repos.json — source repository configuration
  • schemas/ — JSON schemas for repos.json and upstream skills/plugins.json
  • sources/<source>/plugins.json — source-owned split plugin metadata mirrored from upstream skills/plugins.json
  • .claude-plugin/marketplace.json — generated Claude Code marketplace
  • .agents/plugins/marketplace.json — generated Codex marketplace
  • .github/workflows/sync-skills.yml — sync workflow (runs every 6 hours)
  • Each source repo is shallow-cloned and mirrored into sources/<source>/
  • .sync-sources.json tracks synced source repositories, paths, and commits
  • scripts/generate-plugins.sh rebuilds source-owned plugins/<plugin-name>/ from sources/ and keeps local plugins in plugins/
  • scripts/validate-skills.sh checks source mirrors, generated plugin copies, local plugins, and marketplace consistency
  • .github/workflows/ci.yml validates pull requests with npm test and git diff --check

To add a new source repo, edit repos.json and push.

Skill Structure

sources/<source>/
├── plugins.json      # Upstream-owned plugin source metadata
└── skills/
    └── <skill-name>/
        ├── SKILL.md
        ├── references/   # optional
        └── evals/        # optional

plugins/<plugin-name>/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/
    └── <skill-name>/

License

Apache License 2.0

About

A central aggregation repository for Agent Skills from Ahoo-Wang's open source projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors