Skip to content

Releases: luongnv89/skills

v1.12.0

25 Mar 00:16

Choose a tag to compare

Features

  • subagent architecture: Add pattern-based subagent specifications for 11 HIGH priority skills
  • skill-creator, release-manager: Add comprehensive subagent architecture guidance and restructure for multi-agent workflows

Documentation

  • Update adoption plan with documentation completion status
  • Fix skill documentation consistency and completeness

Full Changelog: v1.11.0...v1.12.0

v1.10.0

21 Mar 08:42

Choose a tag to compare

New Skills

Skill Version
dont-make-me-think 1.1.0

Features

  • dont-make-me-think: Usability review and redesign skill based on Steve Krug's "Don't Make Me Think" principles — evaluates UIs through 10 lenses, produces concise visual reports with mermaid scorecard charts, issue maps, flow diagrams, and prioritized fix tables

Skills Updated

Skill Version Change
skill-creator 1.0.1 → 1.1.0

Full Changelog: v1.9.0...v1.10.0

v1.9.0

20 Mar 22:43

Choose a tag to compare

New Skills

Skill Version
opencode-runner 1.2.0
appstore-review-checker 1.0.0

Features

  • opencode-runner: Delegate coding tasks to opencode using free cloud models with automatic model selection (minimax > kimi > glm > MiMo > Big Pickle), mandatory process cleanup, and progress monitoring
  • appstore-review-checker: Audit apps against Apple's App Store Review Guidelines
  • name-checker: Add package registry checks (npm, PyPI, Homebrew, apt) for comprehensive name availability

Skills Updated

Skill Version Change
name-checker 1.0.1 → 1.1.0

Full Changelog: v1.8.0...v1.9.0

v1.8.0

20 Mar 08:58

Choose a tag to compare

v1.8.0 — 2026-03-20

Features

  • excalidraw-generator: adopt dark neon theme and Helvetica font for all diagrams

New Skills

Skill Version
github-issue-creator 1.0.0

Documentation

  • Add installation instructions (npx + asm) to all 32 skill READMEs
  • Fix asm install command format to github:luongnv89/skills:skills/<name>

Skills Updated

Skill Version Change
excalidraw-generator 1.1.1 → 1.2.0

Full Changelog: v1.7.0...v1.8.0

v1.7.0

18 Mar 10:27

Choose a tag to compare

Features

  • Add readme-to-landing-page skill — transform any project README into a persuasive, landing-page-structured markdown using proven copywriting frameworks (PAS, AIDA, StoryBrand)

Bug Fixes

  • logo-designer: update default brand palette to dark theme with neon green accent (#0A0A0A, #111111, #262626, #A1A1A1, #FAFAFA, #00FF41) and Inter font
  • README: add missing readme-to-landing-page skill entry

Documentation

  • Rewrite README as a landing page with PAS copywriting framework

Other Changes

  • Add GitHub issue template for new skill proposals
  • Add .gstack/ and *-workspace/ to .gitignore

New Skills

Skill Version
readme-to-landing-page 1.0.0

Skills Updated

Skill Version Change
logo-designer 1.1.0 → 1.2.0

Full Changelog: v1.6.2...v1.7.0

v1.6.2

18 Mar 09:06

Choose a tag to compare

Bug Fixes

Comprehensive quality audit and fix across all 30 skills (32 files changed, -30 lines net):

  • Remove non-runtime content — embedded test/validation sections from seo-ai-optimizer and vscode-extension-publisher (91 lines)
  • Fix dangling references — missing scripts in idea-validator and note-taker, committed __pycache__ in skill-creator
  • Trim descriptions — 8 skills had overly long descriptions with implementation details instead of trigger signals
  • Standardize repo sync — 6 skills had abbreviated form; all 26 now use canonical full form with git stash push -u -m
  • Extract references — release-manager Step 10 (PyPI/npm publishing) moved to references/publishing.md to get body under 500 lines
  • Add missing content — Go, Rust, Java checks in code-optimizer; branch step in oss-ready diagram
  • Fix contradictions — auto-push README diagram, logo-designer design principles, name-checker STOP wording
  • Improve progressive disclosure — explicit read-on-demand cues, specific README resource tables
  • Remove padding — decorative sections (agent-config Notes, system-design Design Principles, frontend-design motivational line)

Full Changelog: v1.6.1...v1.6.2

v1.6.1

18 Mar 07:06

Choose a tag to compare

Bug Fixes

  • skill consistency: audit and fix skill consistency issues across 4 skills @luongnv89
    • excalidraw-generator: add missing metadata.version, fix README mermaid check count (9 → 10)
    • drawio-generator: add missing metadata.version
    • cli-builder: replace non-standard README sections with standard Output
  • SKILL.md frontmatter: migrate from unsupported version: attribute to valid metadata.version across all 30 skills @luongnv89

Skills Updated

Skill Version Change
excalidraw-generator 1.1.0 → 1.1.1
drawio-generator 1.0.0 → 1.0.1

v1.6.0

18 Mar 00:58

Choose a tag to compare

Features

  • Add drawio-generator skill — generate diagrams and visualizations as draw.io (diagrams.net) XML files with a 4-phase workflow (Understand → Propose → Generate → Validate)
    • Supports 25+ diagram types: flowcharts, C4 models, ER diagrams, swimlanes, architecture, and more
    • Multi-page support — multiple C4 levels or related diagrams in a single .drawio file
    • 9 automated quality checks: XML validation, required attributes, unique IDs, edge bindings, overlap detection, container hierarchy, semantic completeness, text readability
    • Native .drawio output compatible with diagrams.net, VS Code, Confluence, and Jira

Bug Fixes

  • excalidraw-generator: fix text rendering — add Check 10 (shape-to-text size fit), require autoResize: true and lineHeight: 1.25, boundary labels must be standalone text
  • excalidraw-generator: default output changed to .excalidraw (raw JSON) instead of .excalidraw.md

New Skills

Skill Version
drawio-generator 1.0.0

Skills Updated

Skill Version Change
excalidraw-generator 1.0.0 → 1.1.0

Full Changelog: v1.5.0...v1.6.0

v1.5.0

17 Mar 15:24

Choose a tag to compare

Features

  • Add excalidraw-generator skill — generate diagrams, charts, and visualizations as valid Excalidraw JSON with a 4-phase workflow (Understand → Propose → Generate → Validate)
    • Supports 25+ diagram types across 8 categories: flowcharts, architecture, ER diagrams, mind maps, sequence diagrams, Gantt charts, Kanban boards, SWOT analysis, wireframes, and more
    • 9 automated quality checks with auto-fix: JSON validation, required fields, unique IDs, two-way text/arrow bindings, overlap detection, semantic completeness, readable text
    • Selectable color palettes (Professional, Pastel, Monochrome) and rendering styles (Hand-drawn, Clean, Sketchy)
    • Outputs .excalidraw.md (Markdown with code block) by default, or raw .excalidraw files

New Skills

Skill Version
excalidraw-generator 1.0.0

Full Changelog: v1.4.0...v1.5.0

v1.4.0

17 Mar 11:07

Choose a tag to compare

Features

  • Add store policy compliance checking to aso-marketing skill — validates all proposed metadata against Apple App Store Review Guidelines (2.3.7, 2.3.8, 5.2.1) and Google Play metadata policies before submission

    • New Phase 3: Policy Compliance Check — scans for prohibited keywords, trademark/competitor brand violations, formatting issues, and content accuracy
    • Comprehensive prohibited keyword lists for both stores (e.g., "free", "best", "#1", "top", "download now")
    • Trademark protection — prevents competitor brand names from leaking into proposed metadata
    • Policy compliance integrated into Review (Phase 5), Verify (Phase 6), and Summary Report (Phase 7)
    • New Store Policy Compliance section in best practices reference with universal comparison table
    • Updated evals with policy compliance assertions

Skills Updated

Skill Version Change
aso-marketing 1.0.0 → 1.1.0

Full Changelog: v1.3.0...v1.4.0