ccg-guardian

Coordinates memory, validation, workflows and agents for software development projects.

6|3|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/phuongrealmax/claude-code-guardian --skill ccg-guardian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccg-guardian
Source: https://github.com/phuongrealmax/claude-code-guardian/tree/main/plugins/ccg-guardian/skills/ccg-guardian
Command: npx skills add https://github.com/phuongrealmax/claude-code-guardian --skill ccg-guardian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers struggle with maintaining context across sessions, ensuring code quality, coordinating complex tasks, and managing specialized agents. This leads to wasted time, errors, and inefficient workflows. This Skill provides enterprise-grade development assistance to automate these challenges.

Core Features & Use Cases

  • Memory System: Store and recall decisions, facts, and patterns across development sessions, ensuring continuity and reducing repetitive explanations.
  • Guard System: Validate code against 10 security and quality rules (e.g., SQL Injection, XSS, fake tests) before commits, preventing common errors and vulnerabilities.
  • Multi-Agent System: Coordinate specialized agents (Trading, Laravel, React, Node.js) tailored for specific development tasks, providing expert guidance where needed.
  • Workflow & Tasks: Create, start, and complete tasks to track progress on multi-step development efforts, improving project management.
  • Use Case: Imagine you're refactoring a large authentication module. Use the Memory System to store architectural decisions, the Guard System to validate changes before commit, and the Workflow System to track your progress across multiple files and sessions, ensuring a smooth and secure refactor.

Quick Start

Use CCG Guardian to help me refactor the authentication module with proper memory and validation.

Frequently Asked Questions about ccg-guardian

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain context and decisions across multiple development sessions?

Use the memory system to store and recall architectural decisions, facts, and patterns across sessions. This persistent memory reduces repetitive explanations and ensures continuity when refactoring or working on multi-file tasks, so your context carries forward automatically between work sessions.

How can I validate code for security vulnerabilities before committing?

The guard system validates code against 10 security and quality rules including SQL injection, XSS, and fake tests before commits. It catches common vulnerabilities and errors early, preventing them from reaching production and reducing manual code review overhead.

Can I coordinate specialized agents for different frameworks like React, Laravel, or Node.js?

Yes, the multi-agent system coordinates specialized agents tailored for Trading, Laravel, React, and Node.js development. Select and coordinate the right agent for your tech stack to receive expert guidance specific to your framework and workflow.

What's the best way to track progress on large refactoring projects across multiple files?

Create and manage workflow tasks to track multi-step development efforts across sessions and files. Task tracking improves project management by marking progress stages and maintaining checkpoints, so complex refactors stay organized and recoverable.

Do I need to set up external dependencies or components to use this workflow automation?

No external dependencies or components are required. The Skill provides built-in memory, validation, workflow, and agent coordination functions, so you can start automating development tasks immediately without additional setup or integrations.

What happens if code fails validation checks—can I see what rules were triggered?

The guard system checks code against specific security and quality rules and reports which validation rules failed. This detailed feedback lets you address vulnerabilities and quality issues directly before commit, with clear guidance on what to fix.