sample-enum-dictionary
All enums, status codes, and constant mappings found in the codebase.
Content Preview
# Enum Dictionary All enums, status codes, and constant mappings found in the codebase. ## UserRole **Source:** `types/user.ts` **Type:** TypeScript enum | Value | Label | Description | |-------|-------|-------------| | `admin` | Admin | Full system access, can manage all users | | `manager` | Manager | Can view and edit users, cannot delete | | `user` | User | Read-only access | ## STATUS_MAP **Source:** `constants/status.ts` **Type:** Constant map | Key | Display Value | Color | Descrip
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/sample-enum-dictionary.md \
https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/product-team/code-to-prd/expected_outputs/sample-enum-dictionary.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/alirezarezvani/claude-skillsThen reference at product-team/code-to-prd/expected_outputs/sample-enum-dictionary.md
Related Skills
sample-prd-readme
My App — Product Requirements Document
product-teamsampleprdreadme
by alirezarezvani · alirezarezvani-claude-skills
product-manager-toolkit
Essential tools and frameworks for modern product management, from discovery to delivery.
businessproductmanager
by sickn33 (Antigravity) · antigravity-awesome-skills
SKILL
10 product agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. PM toolkit (RICE), agile PO, product strategist (OKR), UX researcher, UI design system, competitive teardown, landing page generator, SaaS scaffolder, research summarizer. Python tools (stdlib-only).
product-teamskillagentpython
by alirezarezvani · alirezarezvani-claude-skills
sample-page-user-list
Displays all system users in a searchable, paginated table. Supports creating, editing, and deleting users. Only ADMIN and MANAGER roles can access this page.
product-teamsamplepageuser
by alirezarezvani · alirezarezvani-claude-skills