zig
π―Skillfrom poletron/custom-rules
zig skill from poletron/custom-rules
Installation
npx skills add https://github.com/poletron/custom-rules --skill zigSkill Details
Overview
# Antigravity Custom Rules Library
> A portable, high-performance library of AI coding rules, workflows, and skills designed to supercharge agentic assistance.
[](LICENSE)
[](#)
[](https://www.npmjs.com/package/@poletron/ruleset)
This repository serves as a centralized "Gold Standard" for coding practices, architecture patterns, and operational workflows.
π Quick Start
In any project (new or existing), simply run:
```bash
npx @poletron/ruleset add
```
This interactive wizard will:
- Initialize your configuration (
ruleset.json). - Help you select Skills (React, TypeScript, Docker, etc.) or Presets (Frontend, Backend, etc.).
- Automatically link the rules into your
.agent/folder using Symlinks (keeping your repo clean).
ποΈ Repository Structure
This monorepo contains both the source of intelligence (rules) and the tooling to distribute it (CLI).
```text
poletron-knowledge/
βββ packages/
β βββ cli/ # The @poletron/ruleset CLI tool
βββ rules/ # The Intelligence Layer
β βββ 00-orchestrator.md # MASTER ROUTER (Always Active)
β βββ 01-base-protocol.md # Universal Standards
β βββ roles/ # The Squad (Dynamic Personas)
βββ workflows/ # Procedural Guides (e.g., feature-dev, release-flow)
βββ skills/ # Modular Knowledge & Tools (60+ skills)
βββ react/
βββ typescript/
βββ docker/
βββ ...
```
π§ Orchestrator & Squad
This library uses a dynamic role-switching architecture defined in .agent/rules/.
| Intent | Active Role | Focus |
|--------|-------------|-------|
| Requirements / Business | π Product Manager | ROI, User Stories, Scope |
| System Design / DB | ποΈ Architect | Scalability, Diagrams, Data Models |
| Coding / Implementation | π Tech Lead | Clean Code, SOLID, Refactoring |
| Security / Audit | π‘οΈ Security Eng | IAM, OWASP, Prowler |
| Deploy / Logs / Action | π SRE / DevOps | Observability, Stability, RCA |
| Testing / Verification | π§ͺ QA Engineer | E2E, Edge Cases, Bugs |
The Orchestrator (00-orchestrator.md) automatically detects these intents and routes the query to the correct expert.
π€ Contributing
- Add a Skill: Create a new folder in
skills/using theskill-creatortemplate. - Update Rules: Modify markdown files in
rules/. - Publish: The CLI package in
packages/cliis published to NPM to distribute these updates. - References: See
rules/rule-creation.mdfor guidelines.
π License
CC0 1.0 Universal (Public Domain Dedication). See [LICENSE](LICENSE).
More from this repository10
git-flow skill from poletron/custom-rules
openapi skill from poletron/custom-rules
Enforces consistent code formatting, naming conventions, and structural best practices across different programming languages and frameworks.
reporting-optimization skill from poletron/custom-rules
Generates high-quality Erlang code templates, provides best practice guidelines, and offers intelligent code completion for Erlang programming projects.
tailwind-react skill from poletron/custom-rules
logic-procedures skill from poletron/custom-rules
zuplo skill from poletron/custom-rules
cicd skill from poletron/custom-rules
security-rbac skill from poletron/custom-rules