Agent skill
pmtl-fe-craft
Advanced frontend craftsmanship skill for PMTL_VN. Use for frontend implementation, refactoring, or code review when the goal is code that feels senior-written: clean boundaries, strong component shape, server-first logic, and zero AI-slop shortcuts.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/pmtl-fe-craft
SKILL.md
PMTL Frontend Craftsmanship
Legacy compatibility skill. Prefer pmtl-fe-implementation unless the task explicitly asks for this deeper craftsmanship pass.
Use this skill when the task is not just “make the UI work”, but “make the frontend codebase stronger”.
Workflow
- Read the target feature and one nearby pattern first.
- Decide the component boundary:
- route entrypoint
- feature-level server helper
- leaf client component
- Keep the diff narrow and intentional.
- Run
scripts/scan_frontend_risks.pyon touched files if the change is medium or larger. - Pair with
pmtl-verify-quality-gatebefore calling it done.
Load references as needed
references/server-first-boundaries.mdreferences/component-shape.mdreferences/data-and-side-effects.md
What this skill protects
- minimal
'use client'footprint - good naming and flat logic
- no internal API roundtrips from server components unless unavoidable
- no placeholder logic or speculative abstractions
- no Vietnamese without marks
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?