jimliu/baoyu-skills

Baoyu-skills is a collection of agent skills that extend AI coding assistants like Claude Code and Codex with specialized capabilities for content...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 10 minutes ago
Added to GitGenius on September 1st, 2026
Created on January 13th, 2026
Open Issues & Pull Requests: 18 (+0)
GitHub issues: Enabled
Number of forks: 2,855
Total Stargazers: 25,719 (-1)
Total Subscribers: 111 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Baoyu-skills is a collection of agent skills that extend AI coding assistants like Claude Code and Codex with specialized capabilities for content generation, AI backends, and utility tools.

The project addresses the need to enhance AI agents with domain-specific functionality without bloating every agent invocation with unnecessary context. It organizes skills into modular, independently installable components that can be selectively loaded at user, project, or agent level. Skills are designed to work within Codex by scanning the `.agents/skills` directory, allowing developers to copy or symlink only the skills they need. The tool supports multiple installation paths: direct project-level installation, registration as a plugin marketplace for broader discovery, or individual publishing to ClawHub where each skill can be installed separately.

Developers should adopt this if they work with Claude Code, Codex, or similar file-capable AI agents and need to automate specific workflows. The project is particularly suited for content creation pipelines, such as the WeChat Official Account workflow that combines cover image generation, article illustration, and posting capabilities. The README explicitly recommends installing only needed skills to avoid context overhead, suggesting this approach works best for targeted use cases rather than installing the full suite. The project distinguishes itself by supporting multiple distribution channels—direct installation, plugin marketplace registration, and individual ClawHub publishing—giving users flexibility in how they discover and manage skills.

Development activity shows consistent maintenance with regular updates available through the plugin system, and the project provides clear upgrade paths including auto-update functionality. The maintainer actively documents installation options across different agent platforms and provides specific guidance on credential management at both user and project scope. The repository includes a separate design-focused skills project as a companion, indicating ongoing expansion of the skill ecosystem.