By bos-hieu
A collection of reusable skills for AI coding agents: database, pdf, xlsx, browser-test, go-issue-solver, generating CLAUDE.md
Read PDF files with Go. Extracts text page by page, supports page ranges, keyword search, and summarizes content. Notes OCR requirement for scanned PDFs.
Generate professional Product Requirements Documents, user stories, feature specs, competitive analyses, release notes, and stakeholder updates. Guides structured product thinking from problem definition through release planning.
Manage SSH connections to servers with bastion/jump host support, tunneling, file transfer, multi-host execution, and system monitoring. Triggers on "ssh", "remote server", "bastion", "jump host", "ssh tunnel", "scp", "rsync", "remote command".
Generate, organize, and manage comprehensive test cases for features, code changes, or PRs. Covers test case generation, test plan creation, coverage analysis, bug report templates, and test matrices.
Read Excel .xlsx and macro-enabled .xlsm files with Go. Supports sheet selection, column filtering, CSV export, and keyword search.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of reusable skills for AI coding agents. Each skill teaches your coding agent a specific workflow — install once and every future session benefits automatically.
| Skill | Description |
|---|---|
| database | Query PostgreSQL, MySQL, SQLite, and MongoDB databases. Auto-detects connections from config files and env vars. |
| Extract text from PDF files with page ranges, keyword search, and content summarization. | |
| xlsx | Read Excel .xlsx/.xlsm files with sheet selection, column filtering, CSV export, and keyword search. |
| browser-test | Run and debug Playwright browser tests (API, E2E, smoke) with smart filtering and failure reporting. |
| go-issue-solver | Analyze and solve Go codebase issues — search, diagnose, scaffold fixes, and run tests. |
| confluence | Manage Confluence pages — create, read, update, search, and delete wiki pages via REST API. |
| jira | Manage Jira issues — create, update, transition, search, comment, and assign issues via REST API. |
| google-docs | Manage Google Docs — create, read, append, and find-replace in documents via REST API. |
| google-drive | Manage Google Drive — list, upload, download, search, and share files via REST API. |
| google-sheets | Manage Google Sheets — create, read, write, append rows, and manage sheets via REST API. |
| test-cases | Generate comprehensive test cases, test plans, coverage analysis, and bug report templates for QA. |
| prd | Generate PRDs, user stories, feature specs, competitive analysis, and release notes for PMs. |
| ssh | Manage SSH connections to servers with bastion support, tunneling, file transfer, multi-host execution, and monitoring. |
| openclaw-docker-setup | Manage multiple named OpenClaw gateway instances in Docker with auto-port assignment. |
| generating-claude-instructions | Generate a CLAUDE.md file by deeply exploring source code. Only verified facts, never guesses. |
This is a private repository. Claude Code supports installing plugins from private repos.
Register this repository as a private plugin marketplace:
/plugin marketplace add https://github.com/bos-hieu/agent-skills.git
Install the plugin:
/plugin install agent-skills
Reload to activate:
/reload-plugins
How it works: Claude Code reuses your local git credentials. As long as
git clone https://github.com/bos-hieu/agent-skills.gitworks on your machine, plugin installation will work too. Team members need access to this repo.
In Cursor Agent chat:
/add-plugin agent-skills
Or search for "agent-skills" in the Cursor plugin marketplace.
Clone this private repo and tell Codex to follow the install instructions:
git clone https://github.com/bos-hieu/agent-skills.git ~/.codex/agent-skills
Then tell Codex:
Follow the instructions in ~/.codex/agent-skills/.codex/INSTALL.md
OpenClaw rejects git URL specs, so install by cloning locally then copying into the container.
With openclaw.sh (Docker setup):
# 1. Clone to your local machine
git clone https://github.com/bos-hieu/agent-skills.git ~/agent-skills
# 2. Copy into the container and install
openclaw.sh plugin <instance-name> install-local ~/agent-skills
# 3. Verify
openclaw.sh plugin <instance-name> list
Without Docker (openclaw running directly on your machine):
git clone https://github.com/bos-hieu/agent-skills.git ~/agent-skills
openclaw plugins install ~/agent-skills
OpenClaw auto-detects the bundle format from .claude-plugin/plugin.json or .cursor-plugin/plugin.json — no extra flags needed.
Custom instructions are automatically picked up from .github/copilot-instructions.md when this repository is cloned. No additional setup is needed.
gemini extensions install https://github.com/bos-hieu/agent-skills.git
To update:
gemini extensions update agent-skills
Skills are markdown files that live in the skills/ directory. Each skill has:
SKILL.md file — The complete process definition with frontmatter metadataWhen your coding agent encounters a task matching a skill's trigger, it follows the documented process automatically.
npx claudepluginhub bos-hieu/agent-skills --plugin agent-skillsAI Agent Skills
Complete collection of 30 Claude Code skills for document processing, development, business productivity, and creative tasks
Google Workspace CLI (gws) skill — unified command-line access to Gmail, Drive, Sheets, Docs, Calendar, Chat, Admin, and 40+ Google APIs. Includes MCP server setup, authentication workflows, and agent-optimized usage patterns.
Multi-agent orchestrator for Claude Code. Track work with convoys, sling to polecats. The Cognition Engine for AI-powered software factories.
Browser automation CLI for AI agents. Navigate pages, fill forms, click buttons, take screenshots, and test web apps.
Unified capability management center for Skills, Agents, and Commands.