Skip to content

Commit ac8a7d6

Browse files
committed
Enhance Figma skill description and add changelog
- Add critical emphasis to always use skill when Figma links provided - Create CHANGELOG.md to track project changes
1 parent 5792382 commit ac8a7d6

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
## [0.2.0] - 2025-11-07
4+
5+
### Changed
6+
- Enhanced Figma to Code skill description to emphasize mandatory usage when Figma links are provided
7+
8+
### Added
9+
- CHANGELOG.md to track project changes
10+
11+
## [0.1.0] - 2025-11-03
12+
13+
### Added
14+
- Component description validation to Figma to Code skill
15+
- Use Figma component descriptions as authoritative usage guidelines
16+
- Warning system for implementations that conflict with component guidelines
17+
- MCP output limits configuration documentation
18+
- Claude Desktop installation instructions
19+
20+
### Fixed
21+
- Added CLAUDE.md to gitignore
22+
23+
## [0.0.1] - 2025-11-02
24+
25+
### Added
26+
- Initial release with Figma to Code skill
27+
- Systematic Figma MCP tool usage workflow
28+
- Component reuse prioritization strategy
29+
- Figma variant to code prop mapping
30+
- Frontend/backend boundary enforcement
31+
- TypeScript type safety and accessibility support
32+
- Mock data patterns for frontend-first development

figma-to-code/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: figma-to-code
3-
description: Generate production-ready React/Next.js code from Figma designs. Instructs proper Figma MCP tool usage, component reuse strategies, and variant mapping. Use when user provides Figma link to create or redesign pages/components.
3+
description: Generate production-ready React/Next.js code from Figma designs. Instructs proper Figma MCP tool usage, component reuse strategies, and variant mapping. **CRITICAL: ALWAYS use this skill when user provides a Figma link or mentions implementing/redesigning from Figma design.** Never attempt manual implementation without invoking this skill first.
44
---
55

66
# Figma to Code Generator

0 commit comments

Comments
 (0)