Skip to content

feat(skills): add Leonxlnx/unlazy - #201

Merged
shunkakinoki merged 1 commit into
mainfrom
feat/add-unlazy-skill
Aug 23, 2026
Merged

feat(skills): add Leonxlnx/unlazy#201
shunkakinoki merged 1 commit into
mainfrom
feat/add-unlazy-skill

Conversation

@shunkakinoki

@shunkakinoki shunkakinoki commented Aug 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add Leonxlnx/unlazy to the external skills catalog (install-all, 1 skill)
  • Lock unlazy at SKILL.md so the Depth Tree anti-laziness skill installs with the rest of the catalog

Test plan

  • SKILLS.txt lists Leonxlnx/unlazy after Leonxlnx/taste-skill
  • skills-lock.json has unlazy with source Leonxlnx/unlazy and skillPath SKILL.md
  • ~/.agents/skills/unlazy/SKILL.md exists after make skills-install

Made with Cursor


Summary by cubic

Adds Leonxlnx/unlazy to the external skills catalog and locks it at SKILL.md so agents finish work against gates instead of stopping early.

  • Review notes

    • SKILLS.txt lists Leonxlnx/unlazy after Leonxlnx/taste-skill.
    • skills-lock.json adds unlazy with source Leonxlnx/unlazy and skillPath SKILL.md.
  • Rollout

    • Run make skills-install; refresh ~/.agents/skills if cached.

Written for commit 8236aec. Summary will update on new commits.

Review in cubic

@coderabbitai

coderabbitai Bot commented Aug 22, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 8f6c7633-693a-4a84-9b43-c8417149b0cc

📥 Commits

Reviewing files that changed from the base of the PR and between 839ef6e and 8236aec.

📒 Files selected for processing (2)
  • SKILLS.txt
  • skills-lock.json

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Summary by CodeRabbit

  • New Features
    • Added the ELI5 skill for explaining complex topics in simple, accessible language.
    • Added the Transitions Polish skill for improving transition-related workflows.
    • Added the Unlazy skill collection with additional productivity and workflow capabilities.
    • These skills are now available for use within the application.

Walkthrough

The skill registry adds eli5, transitions-polish, and unlazy. The lock file records their source paths and folder hashes.

Changes

Skill registry additions

Layer / File(s) Summary
Add skill selections
SKILLS.txt
Registers eli5, transitions-polish, and all available skills from Leonxlnx/unlazy.
Record skill locks
skills-lock.json
Adds lock entries for the three skills and updates the transitions-dev folder hash.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Merge Risk: ⚪ Minimal · up to 8236a

This change adds one externally sourced skill to the catalog and pins its installation path; no actionable merge-blocking risk remains.

Poem

A rabbit updates the skill list bright,
Adds three new skills in one quick bite.
Hashes and paths now rest in place,
eli5, unlazy, and polish with grace.
Thump, thump—the registry keeps pace!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (2 skipped: 2 unsupported.)
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly identifies the main change: adding the Leonxlnx/unlazy skill.
Description check ✅ Passed The description accurately explains the unlazy catalog entry, lock configuration, and installation test plan.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/add-unlazy-skill

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@shunkakinoki
shunkakinoki enabled auto-merge (squash) August 22, 2026 15:19

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 2 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="SKILLS.txt">

<violation number="1" location="SKILLS.txt:11">
P3: This PR is titled and described solely as adding `Leonxlnx/unlazy`, but it also adds `anthropics/claude-plugins-community eli5`, which installs a new external skill into every user's global catalog. The extra change is missing from the description and test plan. Either move it to its own PR or document and test it here so the catalog change is intentional and visible.</violation>
</file>

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread SKILLS.txt
antfu/skills antfu,pnpm,slidev,tsdown,turborepo,vite,vitest

# anthropics/claude-plugins-community (31 total) - keep eli5
anthropics/claude-plugins-community eli5

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: This PR is titled and described solely as adding Leonxlnx/unlazy, but it also adds anthropics/claude-plugins-community eli5, which installs a new external skill into every user's global catalog. The extra change is missing from the description and test plan. Either move it to its own PR or document and test it here so the catalog change is intentional and visible.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At SKILLS.txt, line 11:

<comment>This PR is titled and described solely as adding `Leonxlnx/unlazy`, but it also adds `anthropics/claude-plugins-community eli5`, which installs a new external skill into every user's global catalog. The extra change is missing from the description and test plan. Either move it to its own PR or document and test it here so the catalog change is intentional and visible.</comment>

<file context>
@@ -7,6 +7,9 @@ addyosmani/agent-skills api-and-interface-design,browser-testing-with-devtools,c
 antfu/skills antfu,pnpm,slidev,tsdown,turborepo,vite,vitest
 
+# anthropics/claude-plugins-community (31 total) - keep eli5
+anthropics/claude-plugins-community eli5
+
 # anthropics/claude-plugins-official (19 total) - keep Claude/MCP dev skills
</file context>

Install the Depth Tree anti-laziness skill so agents finish work against gates instead of stopping early.

Co-authored-by: Cursor <cursoragent@cursor.com>
@shunkakinoki
shunkakinoki force-pushed the feat/add-unlazy-skill branch from 839ef6e to 8236aec Compare August 23, 2026 09:14
@shunkakinoki
shunkakinoki disabled auto-merge August 23, 2026 15:45
@shunkakinoki
shunkakinoki merged commit eda834a into main Aug 23, 2026
4 checks passed
@shunkakinoki
shunkakinoki deleted the feat/add-unlazy-skill branch August 23, 2026 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant