
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
codingbuddy-rules
Advanced tools
This directory contains shared coding rules and guidelines used across multiple AI coding assistants (Cursor, Claude Code, Codex, Antigravity, Amazon Q, Kiro, etc.) for consistent development practices.
.ai-rules/
├── README.md # This file - overview and usage guide
├── rules/ # Common coding rules (AI-agnostic)
│ ├── core.md # Workflow modes (PLAN/ACT/EVAL), communication
│ ├── clarification-guide.md # Clarification Phase guidelines for PLAN mode
│ ├── project.md # Tech stack, architecture, project context
│ └── augmented-coding.md # TDD principles, code quality standards
├── agents/ # Specialist agent definitions (JSON)
│ └── *.json # Domain specialist agents
└── adapters/ # AI tool-specific integration guides
└── *.md # Integration guides per tool
All AI coding assistants share the same:
rules/core.md - Workflow & CommunicationWorkflow Modes:
Clarification Phase (Optional in PLAN):
rules/clarification-guide.md for detailed guidelinesKey Principles:
ACTrules/project.md - Project SetupPurpose: Define project-specific context that AI assistants need.
Contents (customize per project):
Note: This file is a template. Each project should customize it based on their tech stack and architecture.
rules/augmented-coding.md - TDD & QualityTDD Cycle:
Code Quality:
any)Specialist agents provide domain-specific expertise:
| Agent | Expertise | Use Cases |
|---|---|---|
| Code Reviewer | Quality evaluation, architecture | Code review, production readiness |
| Architecture Specialist | Layer boundaries, dependencies | System design, refactoring |
| Test Strategy Specialist | Test coverage, TDD workflow | Testing strategy, quality assurance |
| Performance Specialist | Optimization, profiling | Performance tuning, bottleneck analysis |
| Security Specialist | Authentication, vulnerabilities | Security audit, secure coding |
| Accessibility Specialist | WCAG 2.1 AA, ARIA | A11y compliance, screen readers |
| Documentation Specialist | Technical writing, clarity | Documentation quality |
| Code Quality Specialist | SOLID, DRY, complexity | Code quality planning/review |
| DevOps Engineer | CI/CD, containerization, monitoring | Infrastructure, deployment |
See agents/README.md for detailed agent documentation.
Each AI tool has its own integration guide in adapters/:
adapters/cursor.mdadapters/claude-code.mdadapters/codex.mdadapters/antigravity.mdadapters/q.mdadapters/kiro.mdadapters/.{tool}/rules/.ai-rules/ in your tool's config.ai-rules/User: Create a new feature for user registration
AI: # Mode: PLAN
[References .ai-rules/rules/core.md workflow]
[Uses .ai-rules/rules/project.md context]
[Applies .ai-rules/rules/augmented-coding.md TDD]
User: ACT
AI: # Mode: ACT
[Executes implementation]
User: EVAL
AI: # Mode: EVAL
[Evaluates with code-reviewer.json framework]
In any AI tool:
@.ai-rules/rules/core.md - Workflow guidance@.ai-rules/rules/project.md - Project context@.ai-rules/agents/*.json - Specialist expertiseFor changes affecting all AI tools:
.ai-rules/rules/ or .ai-rules/agents/For tool-specific changes:
.cursor/rules/)After modifying .ai-rules/:
.ai-rules/ is authoritativeWhen rules conflict between common rules and tool-specific configurations:
Priority Order (highest to lowest):
.cursor/rules/).ai-rules/rules/*.md).ai-rules/rules/.{tool}/rules/.{new-tool}/.ai-rules/adapters/{new-tool}.md.{new-tool}/rules/.ai-rules/rules/core.mdrules/clarification-guide.mdrules/project.mdrules/augmented-coding.mdagents/README.mdadapters/*.mdFAQs
AI coding rules for consistent practices across AI assistants
The npm package codingbuddy-rules receives a total of 569 weekly downloads. As such, codingbuddy-rules popularity was classified as not popular.
We found that codingbuddy-rules demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.