Agent skill · AI & Agents

lisa-learn

This skill should be used when analyzing a downstream project's git diff after Lisa was applied to identify improvements that should be upstreamed back to Lisa templates. It validates the environment, captures the diff, correlates changes with the manifest, categorizes each change, and offers to upstream improvements.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill lisa-learn --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/analysis/lisa-learn/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Lisa Learn Analyze the git diff in a downstream project after Lisa was applied. Identify improvements the project had that Lisa overwrote, potential breakage, safe overrides, and neutral changes. Offer to upstream improvements back to Lisa templates. This completes a feedback loop: `/lisa-integration-test` applies and verifies, `/lisa-learn` analyzes the transition for upstream opportunities, and `/lisa-review-project` compares static drift. ## Prerequisites This skill must be run FROM the Lisa repository directory. The target project must have Lisa applied and have uncommitted changes from a recent Lisa run. ## Instructions ### Step 1: Validate Environment 1. Confirm running from Lisa by checking for `src/core/lisa.ts`. - If not in Lisa, error with: ``` This command must be run FROM the Lisa repository. Current directory does not contain src/core/lisa.ts. Usage: /lisa-learn /path/to/target-project ``` 2. Extract project path from `$ARGUMENTS`. If not provided, ask the user: ``` Which project would you like to analyze? Path: [user provides path] ``` 3. Validate the project path: - Check the path exists and is a directory - Check `.lisa-manifest` exists in the project root - If mi

What's inside
Steps it walks through
  1. Prerequisites
  2. Instructions
  3. Step 1: Validate Environment
  4. Step 2: Read Manifest and Detect Types
  5. Step 3: Capture Git Diff
  6. Step 4: Correlate Diff with Manifest
  7. Step 5: Analyze Each Changed File
  8. Step 6: Breakage Detection (Optional)
  9. Step 7: Generate Report
  10. Step 8: Offer to Upstream
  11. Step 9: Handle Breakage
  12. Important Notes
Ships with 1 file
  • metadata.json
Commands it runs
git -C <project-path> show HEAD:<relativePath>
More from claude-skill-registry
All skills →
About this skill
What does the lisa-learn skill do?

This skill should be used when analyzing a downstream project's git diff after Lisa was applied to identify improvements that should be upstreamed back to Lisa templates. It validates the environment, captures the diff, correlates changes with the manifest, categorizes each change, and offers to upstream improvements.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill lisa-learn --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going