learn

Re-run stack detection and skill generation for evolving TypeScript projects.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/antoinersw/pbi-versioning --skill learn-antoinersw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/antoinersw/pbi-versioning/tree/main/.claude/skills/learn
Command: npx skills add https://github.com/antoinersw/pbi-versioning --skill learn-antoinersw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Re-run stack detection and skill generation when the stack evolves or on first run.

Core Features & Use Cases

  • Automates detection of installed libraries and architecture patterns.
  • Spawns Architect to generate CRAFT-linked skills for new dependencies.
  • Outputs updated specs/stack/stack-skills.md and ARCHITECTURE.md to reflect changes.

Quick Start

Run /learn to re-detect the stack and regenerate skills when the project evolves.

Frequently Asked Questions about learn

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate stack detection for a TypeScript frontend monorepo?

Regenerate skills for new dependencies in a TypeScript project by re-running stack detection, which validates craft-compliance and spawns an Architect to update stack skills and architecture documentation.

What is stack detection and skill generation for evolving frontend architecture?

Stack detection and skill generation for evolving frontend architecture is an automated process that identifies installed libraries, checks craft-compliance, and outputs updated specs/stack/stack-skills.md and ARCHITECTURE.md files.

How do I regenerate architecture documentation when project dependencies change?

Regenerate architecture documentation when dependencies change by executing the re-run stack detection process, which updates ARCHITECTURE.md and stack-skills.md to reflect the newly detected libraries and patterns.

Does stack detection work with initial runs and first-time monorepo setups?

Stack detection works with both initial runs and first-time monorepo setups, automatically identifying installed libraries and generating craft-linked skills without requiring prior configuration history.

What craft-compliance checks are enforced during frontend skill generation?

Craft-compliance checks enforced during frontend skill generation validate that TypeScript code contains no any types, implements proper error handling, and includes tests before outputting updated architecture specs.

When should I re-run stack detection instead of manually updating architecture files?

Re-run stack detection instead of manually updating architecture files when your project's dependencies or architecture evolve, ensuring generated skills remain accurately linked to your current frontend stack.