by Smash420-cmd
Two general-purpose Claude Code skills: 1080 (10/80/10 delegation pattern) and archaic-hybrid (glanceable card-UI writing style)
# Add to your Claude Code skills
git clone https://github.com/Smash420-cmd/claude-skillsGuides for using ai agents skills like claude-skills.
claude-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Smash420-cmd. Two general-purpose Claude Code skills: 1080 (10/80/10 delegation pattern) and archaic-hybrid (glanceable card-UI writing style). It has 0 GitHub stars.
claude-skills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/Smash420-cmd/claude-skills" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-skills against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Two general-purpose Claude Code skills, extracted from real day-to-day use and generalized for anyone's codebase.
1080 — plan cheap, execute cheaper, review cheapAnthropic's 10/80/10 delegation pattern, made concrete: the expensive model does the 10% thinking at each end (writing a self-contained plan, reviewing the diff), while a cheap executor subagent does the 80% typing in the middle. Includes an honest "when NOT to use this" section — it's not a fit for live debugging, money-path judgment calls, or anything too small or too vague to write a plan for.
Install:
npx skills add <owner>/claude-skills@1080
The companion executor subagent lives at 1080/agents/executor.md — install alongside the skill.
archaic-hybrid — the missing link between caveman and homo sapiensA writing register for card-based UIs, notification feeds, and any phone-read summary: sentences stay grammatical, but nothing survives that doesn't earn its screen space. Verdict-first titles, one fact per bullet, sacred facts (numbers/names/dates/money) never compressed away, and explicit auto-clarity exceptions for irreversible actions and security/money warnings where compression itself becomes the risk.
Install:
npx skills add <owner>/claude-skills@archaic-hybrid
MIT — see LICENSE.