AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "frontend-uiux" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (9 files) mkdir -p .claude/skills/docs && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/docs/SKILL.md "https://raw.githubusercontent.com/q27913588/square-news-admin/main/docs/skill.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/docs/README.md "https://raw.githubusercontent.com/q27913588/square-news-admin/main/docs/README.md" && mkdir -p .claude/skills/docs/api && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/docs/api/API_VALIDATION.md "https://raw.githubusercontent.com/q27913588/square-news-admin/main/docs/api/API_VALIDATION.md" && mkdir -p .claude/skills/docs/changelogs && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/docs/changelogs/CHANGELOG_INCITEMENT.md "https://raw.githubusercontent.com/q27913588/square-news-admin/main/docs/changelogs/CHANGELOG_INCITEMENT.md" && mkdir -p .claude/skills/docs/changelogs && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/docs/changelogs/CHANGELOG_STANCE_REASONING.md "https://raw.githubusercontent.com/q27913588/square-news-admin/main/docs/changelogs/CHANGELOG_STANCE_REASONING.md" && mkdir -p .claude/skills/docs/guides && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/docs/guides/INCITEMENT_MANAGEMENT_GUIDE.md "https://raw.githubusercontent.com/q27913588/square-news-admin/main/docs/guides/INCITEMENT_MANAGEMENT_GUIDE.md" && mkdir -p .claude/skills/docs/guides && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/docs/guides/VUE_ADMIN_DASHBOARD_GUIDE.md "https://raw.githubusercontent.com/q27913588/square-news-admin/main/docs/guides/VUE_ADMIN_DASHBOARD_GUIDE.md" && mkdir -p .claude/skills/docs/migration && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/docs/migration/MIGRATION_COMPLETED.md "https://raw.githubusercontent.com/q27913588/square-news-admin/main/docs/migration/MIGRATION_COMPLETED.md" && mkdir -p .claude/skills/docs/migration && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/docs/migration/MIGRATION_PROMPT.md "https://raw.githubusercontent.com/q27913588/square-news-admin/main/docs/migration/MIGRATION_PROMPT.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
[object Object],file types,or tasks that trigger it.
Overview
[TODO: 1-2 sentences explaining what this skill enables]
Structuring This Skill
[TODO: Choose the structure that best fits this skill's purpose. Common patterns: • Workflow-Based (best for sequential processes) • Works well when there are clear step-by-step procedures • Example: DOCX skill with "Workflow Decision Tree" → "Reading" → "Creating" → "Editing" • Structure: ## Overview → ## Workflow Decision Tree → ## Step 1 → ## Step 2... • Task-Based (best for tool collections) • Works well when the skill offers different operations/capabilities • Example: PDF skill with "Quick Start" → "Merge PDFs" → "Split PDFs" → "Extract Text" • Structure: ## Overview → ## Quick Start → ## Task Category 1 → ## Task Category 2... • Reference/Guidelines (best for standards or specifications) • Works well for brand guidelines, coding standards, or requirements • Example: Brand styling with "Brand Guidelines" → "Colors" → "Typography" → "Features" • Structure: ## Overview → ## Guidelines → ## Specifications → ## Usage... • Capabilities-Based (best for integrated systems) • Works well when the skill provides multiple interrelated features • Example: Product Management with "Core Capabilities" → numbered capability list • Structure: ## Overview → ## Core Capabilities → ### 1. Feature → ### 2. Feature... Patterns can be mixed and matched as needed. Most skills combine patterns (e.g., start with task-based, add workflow for complex operations). Delete this entire "Structuring This Skill" section when done - it's just guidance.]
[TODO: Replace with the first main section based on chosen structure]
[TODO: Add content here. See examples in existing skills: • Code samples for technical skills • Decision trees for complex workflows • Concrete examples with realistic user requests • References to scripts/templates/references as needed]
Resources
This skill includes example resource directories that demonstrate how to organize different types of bundled resources:
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster