v0.2.1 — Improved Workflow, Agent-Config Refactoring & Light-TravelPage
What's new in v0.2.1
Light Skills v0.2.1 introduces 36 admitted first-party Skills, featuring an intelligent workflow retrospective capability (project-retro), a comprehensive profile-driven refactoring of agent-config supporting 10 native agent harnesses, and the newly admitted light-travelpage.
1. Improved Workflow with Autonomous Retrospective (project-retro)
- End-of-Workflow Self-Evaluation: After
project-reviewissues final acceptance orrelease-workflowcompletes, the Agent autonomously evaluates whether execution friction occurred:- Navigation delays or unindexed dependencies.
- Automated check / guardrail gaps (errors that lint/typecheck/pre-commit could have prevented).
- Reviewer misses or misplaced mechanical rules in prose.
- Steering bloat or no-op instructions in
AGENTS.md/CLAUDE.md. - Tool economy and token waste.
- Missing telemetry or logs.
- Noise-Free Execution: If the session ran smoothly without friction,
project-retrois skipped cleanly without token overhead. If friction was observed, actionable recommendations are ranked by severity. - Ported from Matt Pocock
retro: Adapted into a model-invoked first-party capability with full attribution, six core categories, and structured progressive disclosure.
2. agent-config Refactoring & Companion MCP Runtime
- Profile Authority: Tier assignments and reasoning effort are authorized exclusively through user-confirmed profiles against evidenced host models, eliminating heuristic model ranking (
routing_rank) and name-based intelligence assumptions. - 10 Native Harnesses: Native support for Codex, Claude Code, Antigravity (
agy), DeepSeek Harness (DSH), OpenCode, ZCode, Cursor, Grok Build, Hermes, and Pi (via MCP extension), plus a generic plan-only fallback. - Companion MCP Server: Integrated optional companion MCP protocol (
LightDevCoder/agent-config) offering 8 canonical tools, non-blocking setup gates, health probe semantics (agent-config setup --check), and safe preview before apply. - Canonical Contracts: Normalized
AgentConfigResult(READY,NEED_INPUT,NEED_PROJECT_TICKETS,BLOCKED,UNSUPPORTED) consumed downstream byimplementandask-light.
3. Newly Admitted light-travelpage
- Mobile-First Travel Page Generator: Generate and maintain interactive, responsive travel itineraries and expense ledgers.
- Rich Visual Elements: Bilingual (English/Chinese) switching, flight/stay cards, serif typography, anchored navigation menu, and interactive route maps with 10 terrain templates.
- Collaborative Backend: Offline-first state with shared Cloudflare Pages, Functions, and D1 database synchronization.
4. Stage Autonomy & Completion Clarifications
- Clarified authorization reuse and stage-local completion across
tdd,clarify,implement,review-loop, andmanuscript-ops.
Installation
# Recommended interactive install from latest main:
npx skills add LightDevCoder/skills
# Pinned v0.2.1 release snapshot:
npx skills add LightDevCoder/skills#v0.2.1
# Install individual skills:
npx skills add LightDevCoder/skills --skill project-retro
npx skills add LightDevCoder/skills --skill agent-config
npx skills add LightDevCoder/skills --skill light-travelpage中文说明
完整中文发布说明请访问:RELEASE_NOTES.zh-CN.md