Skip to content

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

Open
shunkakinoki wants to merge 2 commits into
mainfrom
feat/add-unlazy-skill
Open

feat(skills): add Leonxlnx/unlazy#201
shunkakinoki wants to merge 2 commits 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 to SKILL.md so agents finish work against gates instead of stopping early. Also locks the eli5 skill from anthropics/claude-plugins-community to meet Linear SHUN-1949 and ensure reproducible installs.

  • Review notes

    • SKILLS.txt now lists anthropics/claude-plugins-community eli5 and Leonxlnx/unlazy (with unlazy placed after Leonxlnx/taste-skill).
    • skills-lock.json includes lock entries for eli5 (eli5/skills/eli5/SKILL.md) and unlazy (SKILL.md) with their GitHub sources.
  • Rollout

    • Run make skills-install to fetch the new skills; refresh ~/.agents/skills if cached.

Written for commit 839ef6e. Summary will update on new commits.

Review in cubic

cursoragent and others added 2 commits August 21, 2026 20:06
Declare Thariq's ELI5 skill from the Claude plugins community catalog
and lock it for reproducible installs (SHUN-1949).

Co-authored-by: Shun Kakinoki <shunkakinoki@users.noreply.github.com>
Install the Depth Tree anti-laziness skill so agents finish work against gates instead of stopping early.

Co-authored-by: Cursor <cursoragent@cursor.com>
@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: 9190e790-86a8-4ba9-8876-bcc1b2a6eddd

📥 Commits

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

📒 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 Unlazy skill collection, providing additional productivity and workflow capabilities.
    • Both skills are now available for use within the application.

Walkthrough

The skill registry adds eli5 from anthropics/claude-plugins-community and unlazy from Leonxlnx/unlazy. The lock file records each skill path and folder hash.

Changes

Skill registry additions

Layer / File(s) Summary
Add eli5 skill
SKILLS.txt, skills-lock.json
Registers the eli5 skill and records its source path and folder hash.
Add unlazy skill
SKILLS.txt, skills-lock.json
Registers all skills from Leonxlnx/unlazy and records the unlazy source path and folder hash.

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

Merge Risk: ⚪ Minimal · up to 839ef

This PR adds catalog entries and lock data for external skills without any identified merge-blocking risk; it is merge-ready after normal checks and review.

Poem

A rabbit checks the skill list twice,
Adds eli5 neat and nice.
unlazy joins the hopping crew,
With hashes locked and paths in view.
The registry grows—thump, thump, woo!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the main change: adding the Leonxlnx/unlazy skill.
Description check ✅ Passed The description directly explains the catalog and lock-file changes for the unlazy and eli5 skills.
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.
✨ 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>

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.

2 participants