`gigachang-skills` is a Claude Code plugin that bundles some engineering skills. These projects provide features aimed at helping software engineers better leverage AI for coding in their work.
Imported from gigayaya/gigachang-skills (AGENTS.md). Install upstream with npx skills add gigayaya/gigachang-skills. Copyright stays with the author.
AGENTS.md
gigachang-skills is a Claude Code plugin that bundles some engineering skills. These projects provide features aimed at helping software engineers better leverage AI for coding in their work.
Document
Description
When to read
docs/rules/general-rules.md
General rules for all files in this repo
Before writing any new file, comment, or commit message
docs/knowledge/architecture.md
The "LLM understands / script transforms" split and skill auto-discovery model
Designing or modifying a skill's internal structure
docs/knowledge/codemap.md
Path-by-path map of where each kind of file lives
Locating which file to edit for a given kind of change
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/gigayaya-gigachang-skills-gigachang-skills/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "gigayaya-gigachang-skills-gigachang-skills",
"kind": "skill",
"name": "gigachang-skills",
"description": "`gigachang-skills` is a Claude Code plugin that bundles some engineering skills. These projects provide features aimed at helping software engineers better leverage AI for coding in their work.",
"publisher": "gigayaya",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"`gigachang-skills` is a Claude Code plugin that bundles some engineering skills. These projects provide features aimed at helping software engineers better leverage AI for coding in their work."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/gigayaya/gigachang-skills",
"path": "AGENTS.md",
"ref": "718b876031c4d364f6877dceb560ee8d8e227b9d",
"url": "https://github.com/gigayaya/gigachang-skills/blob/718b876031c4d364f6877dceb560ee8d8e227b9d/AGENTS.md",
"key": "gigayaya/gigachang-skills/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\n`gigachang-skills` is a Claude Code plugin that bundles some engineering skills. These projects provide features aimed at helping software engineers better leverage AI for coding in their work.\n\n| Document | Description | When to read |\n|---|---|---|\n| `docs/rules/general-rules.md` | General rules for all files in this repo | Before writing any new file, comment, or commit message |\n| `docs/knowledge/architecture.md` | The \"LLM understands / script transforms\" split and skill auto-discovery model | Designing or modifying a skill's internal structure |\n| `docs/knowledge/codemap.md`",
"cost": {
"context_tokens": 177
}
}
Fetch it by URL: GET /api/v1/registry/gigayaya-gigachang-skills-gigachang-skills/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.