working-on-ancplua-plugins
Primary instruction manual for working within the ancplua-claude-plugins monorepo. Use when creating, modifying, or debugging plugins in this repository.
Best use case
working-on-ancplua-plugins is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Primary instruction manual for working within the ancplua-claude-plugins monorepo. Use when creating, modifying, or debugging plugins in this repository.
Primary instruction manual for working within the ancplua-claude-plugins monorepo. Use when creating, modifying, or debugging plugins in this repository.
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "working-on-ancplua-plugins" skill to help with this workflow task. Context: Primary instruction manual for working within the ancplua-claude-plugins monorepo. Use when creating, modifying, or debugging plugins in this repository.
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/working-on-ancplua-plugins/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How working-on-ancplua-plugins Compares
| Feature / Agent | working-on-ancplua-plugins | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Primary instruction manual for working within the ancplua-claude-plugins monorepo. Use when creating, modifying, or debugging plugins in this repository.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Skill: working-on-ancplua-plugins ## Purpose This is the **primary instruction manual** for an agent working within the `ancplua-claude-plugins` monorepo. It defines the mandatory conventions, architectural patterns, and workflows required to contribute safely and effectively. ## When to Use Use this skill when: - **Creating a new plugin**: Follow the `publishing.md` guide to scaffold correctly. - **Modifying existing plugins**: Check `conventions.md` to ensure you don't break architecture. - **Debugging issues**: Use `testing.md` to verify JSON syntax, permissions, and paths. - **Preparing a PR**: Run the validation commands listed in `testing.md`. ## Reference Library | Resource | Description | |----------|-------------| | [Conventions](./references/conventions.md) | Critical rules, naming, directory layout, Git flow | | [Publishing](./references/publishing.md) | Step-by-step guide to create and release plugins | | [Testing](./references/testing.md) | Validation commands and debugging steps | ## Official Documentation | Topic | Link | |-------|------| | Plugins | [code.claude.com/docs/en/plugins](https://code.claude.com/docs/en/plugins) | | Skills | [code.claude.com/docs/en/skills](https://code.claude.com/docs/en/skills) | | Hooks | [code.claude.com/docs/en/hooks](https://code.claude.com/docs/en/hooks) | | Marketplaces | [code.claude.com/docs/en/plugin-marketplaces](https://code.claude.com/docs/en/plugin-marketplaces) | ## Quick Actions **Validate everything:** ```bash ./tooling/scripts/local-validate.sh ``` **Check marketplace sync:** ```bash ./tooling/scripts/sync-marketplace.sh ``` **Validate single plugin:** ```bash claude plugin validate plugins/<plugin-name> ``` ## Repo Layout ```text ancplua-claude-plugins/ ├── plugins/ # Individual plugins live here │ └── <plugin-name>/ │ ├── .claude-plugin/plugin.json │ ├── skills/ │ ├── commands/ │ ├── agents/ │ ├── hooks/ │ └── README.md ├── agents/ # Repo-level Agent SDK experiments ├── skills/ # Repo-level shared skills (like this one) ├── .claude-plugin/ # Marketplace manifest ├── tooling/ # Validation scripts, templates └── docs/ # Architecture, specs, ADRs ```
Related Skills
hybrid-cloud-networking
Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.
agentdb-learning-plugins
Create and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and more. Use when building self-learning agents, implementing RL, or optimizing agent behavior through experience.
building-plugins
Expert at creating and managing Claude Code plugins that bundle agents, skills, commands, and hooks into cohesive packages. Auto-invokes when the user wants to create, structure, validate, or publish a complete plugin, or needs help with plugin architecture and best practices. Also auto-invokes proactively when Claude is about to create plugin directory structures, write plugin.json manifests, or implement tasks that involve bundling components into a plugin package.
building-logseq-plugins
Expert guidance for building Logseq plugins compatible with the new DB architecture. Auto-invokes when users want to create Logseq plugins, work with the Logseq Plugin API, extend Logseq functionality, or need help with plugin development for DB-based graphs. Covers plugin structure, API usage, and DB-specific considerations.
working-with-spreadsheets
Creates and edits Excel spreadsheets with formulas, formatting, and financial modeling standards. Use when working with .xlsx files, financial models, data analysis, or formula-heavy spreadsheets. Covers formula recalculation, color coding standards, and common pitfalls.
working-with-documents
Creates and edits Office documents: Word (.docx), PDF, and PowerPoint (.pptx). Use when working with document creation, PDF manipulation, presentation generation, tracked changes, or converting between formats.
ancplua-docs
Search and answer questions about the ANcpLua ecosystem documentation. Use when users ask about ANcpLua.NET.Sdk features, ANcpLua.Analyzers rules, ANcpLua.Roslyn.Utilities APIs, or any configuration/usage questions about these packages.
p2p-networking
Peer-to-peer networking patterns using commonware for building decentralized Guts network
azure-quotas
Check/manage Azure quotas and usage across providers. For deployment planning, capacity validation, region selection. WHEN: "check quotas", "service limits", "current usage", "request quota increase", "quota exceeded", "validate capacity", "regional availability", "provisioning limits", "vCPU limit", "how many vCPUs available in my subscription".
raindrop-io
Manage Raindrop.io bookmarks with AI assistance. Save and organize bookmarks, search your collection, manage reading lists, and organize research materials. Use when working with bookmarks, web research, reading lists, or when user mentions Raindrop.io.
zlibrary-to-notebooklm
自动从 Z-Library 下载书籍并上传到 Google NotebookLM。支持 PDF/EPUB 格式,自动转换,一键创建知识库。
discover-skills
当你发现当前可用的技能都不够合适(或用户明确要求你寻找技能)时使用。本技能会基于任务目标和约束,给出一份精简的候选技能清单,帮助你选出最适配当前任务的技能。