WooriDo AI Coding Rules for Claude, Gemini, Antigravity and other AI coding assistants
npm install @channeulparks/woorido-skillsGUIDE.md) μΆκ° - μλ리μ€λ³ ν둬ννΈ/λͺ
λ Ήμ΄ μ λ΅ μλ‘
softDeleteById) λ° λμμ± μ μ΄ μΏΌλ¦¬ νμ€ν
design/plan/report) β μμ΄μ νΈ β ν
μμ€ν
κ° μλ²½ νΈν
UX_INTERACTIONS λ° WDS Motion ν ν° μλ μ μ
/component μν¬νλ‘μ°μ Glass ν ν° μ§μ μΆκ°
/pdca-plan, /pdca-analyze, /pdca-report, /pdca-status
gap-detector - μ€κ³-ꡬν Gap λΆμ
brix-calculator - λΉλ μμ€ν
κ²μ¦
fintech-guardian - κΈμ΅ 보μ κ·μΉ κ²μ¬
wds-auditor - WDS ν ν° μ¬μ© κ°μ¬
/quality-check - μ½λ νμ§ μλ κ²μ¬
/zero-script-qa - Docker λ‘κ·Έ κΈ°λ° QA
bash
npx woorido-skills install
`
$3
`bash
npx woorido-skills check
`
$3
`bash
npx woorido-skills uninstall
`
λ°°ν¬λλ νλͺ©:
- .woorido/ (νλ μμν¬ + μμ΄μ νΈ)
- .claude/skills/woorido/SKILL.md
- .agent/workflows/*.md (15κ° μν¬νλ‘μ°)
- hooks/ + scripts/ (Hook μμ€ν
)
---
π οΈ μ¬μ© λ°©λ²
$3
`bash
/pdca-plan user-auth # κ³ν λ¬Έμ μμ±
/pdca-analyze user-auth # Gap λΆμ
/pdca-report user-auth # λ³΄κ³ μ μμ±
/pdca-status # μ 체 PDCA μν νμΈ
/ux-flow user-auth # κ°μ λ§΅ κΈ°λ° UX Flow μ€κ³ (NEW!)
`
$3
`bash
/quality-check # μ½λ νμ§ κ²μ¬
/zero-script-qa # Docker λ‘κ·Έ κΈ°λ° QA
`
$3
`bash
/component UserCard # WDS μ€νμΌ μ»΄ν¬λνΈ
/api-hook useChallenge # React Query Hook
/form JoinChallenge # Zod νΌ
/spring-api Meeting # Spring API
/django-view Analysis # Django λ·°
`
---
ποΈ κΈ°μ μ€ν
$3
- Core: React 18, Vite, TypeScript
- Design: WDS (WooriDo Design System) - CSS Modules
- State: React Query (Server), Zustand (Client)
$3
- Main: Spring Boot 3.2, Java 21, MyBatis, Oracle 21c
- Sub: Django 5.0, Python 3.12, Elasticsearch
π λΌμ΄μ μ€
WeCollavo, WooriDo Team
---
οΏ½οΏ½ English (Description)
π What's New in v1.5.1
$3
- User Guide: Added GUIDE.md ('Beginner Guidebook') - Scenario-based prompts & command strategies
$3
- Spring Boot: Strategy, Visitor, Factory, Record DTO, Pessimistic/Optimistic Locks
- Django: Pydantic DTO, Soft Delete, Read-Only Views
- MyBatis: Standardized Soft Delete & Concurrency Control
$3
- /git-commit: Generate standardized commit messages
- /component --lottie: Support for Lottie animation components
$3
- Verified alignment across Workflows, Doc Templates, Agents, and Hooks
π What's New in v1.4.5
$3
- Emotion-First Design: Generate UX Flow docs mapping user anxiety/delight.
- Interaction Planning: Auto-suggests WDS standard interactions and motion tokens.
$3
- Glassmorphism: Added Glass tokens support to /component workflow
- Motion Physics: Added Spring animation tokens (Rolling Counter) reference
- BrixBadge: Added 3D variant support to Component templates
π What's New in v1.3.6
$3
- SessionStart: Auto-load project context
- PreToolUse: Validate fintech/brix rules before code changes
- PostToolUse: Analyze WDS token usage after edits
$3
- /pdca-plan, /pdca-analyze, /pdca-report, /pdca-status
$3
- gap-detector - Design-implementation gap analysis
- brix-calculator - Brix(λΉλ) system validation
- fintech-guardian - Financial security rules check
- wds-auditor - WDS token usage audit
$3
- /quality-check - Automated code quality inspection
- /zero-script-qa - Docker log-based QA
---
οΏ½ Features
$3
Installs a "Brain" for your AI agent.
- _core (Mind): Persona (A.M.I.), Genius Thinking Formulas.
- _domain (Heart): Business Logic (Brix, Penalty, Deposit Lock).
- _security (Shield): Anti-Ponzi Rules, RBAC Access Control.
- strategies (Roles): Frontend, Backend, Django, PM behavior guides.
- agents: Domain-specialized AI agents (NEW!)
$3
Single source of truth for coding styles, tech stack, and conventions.
$3
Automated slash commands for PDCA, QA, and component generation.
$3
Event-driven context injection for AI assistants.
---
π¦ Installation
`bash
npx woorido-skills install
`
$3
`bash
npx woorido-skills check
`
$3
`bash
npx woorido-skills uninstall
`
This will deploy:
- .woorido/ (Framework + Agents)
- .claude/skills/woorido/SKILL.md
- .agent/workflows/*.md (15 workflows)
- hooks/ + scripts/ (Hook System)
---
π οΈ Usage
$3
PDCA & UX Workflow:
`bash
/pdca-plan user-auth # Create plan document
/pdca-analyze user-auth # Gap analysis
/pdca-report user-auth # Generate report
/pdca-status # Check all PDCA status
/ux-flow user-auth # Design UX Flow with Emotion Map (NEW!)
`
QA:
`bash
/quality-check # Run code quality checks
/zero-script-qa # Docker log-based QA
`
Components:
`bash
/component UserCard # Create WDS-styled component
/component SuccessAnim --lottie # Lottie Animation
/api-hook useChallenge # Create React Query hook
/form JoinChallenge # Create Zod-validated form
/git-commit "Add login" # Generate commit message
/spring-api Meeting # Create Controller/Service/Mapper
/django-view Analysis # Create Data Analysis View
``