Language patterns
8Idiomatic patterns Claude follows for the language you write in
- python-patterns
- rust-patterns
- golang-patterns
- +5 more
154 ready-made skills that teach Claude your coding standards, your testing patterns, and your tools. Install once. Loaded automatically every session.
8 skills · instant download · no card required
Cancel anytime · Lifetime access unlocks at month 3
Every session begins with the same setup work: pasting coding conventions, restating testing patterns, re-explaining project structure.
cyberg7-skills replace that repetition with a one-time install.
Claude reads them automatically at the start of every session, and each one continues from where the last finished.
Organized into 14 domains so you only install what your stack needs. Every skill ships with the same three files: the procedure, a self-test, and what fails when an agent runs it unsupervised.
Idiomatic patterns Claude follows for the language you write in
How Claude writes tests that match your team's conventions
Django, Laravel, Spring Boot, Ktor — patterns that match each framework
React, Tailwind, components, and modern Next.js patterns
For when one Claude session isn't enough
Hooks, settings, and harness configuration done right
Make Claude remember what happened in your last session
Vercel, Supabase, gcloud, GitHub Actions — pre-wired patterns
Compose Multiplatform, Android, Kotlin coroutines
Stripe checkout, MCP servers, database migrations
Terminals, debuggers, productivity — Claude knows your tools
Cleaner code, fewer bugs, better review feedback
Planning, research, A/B testing, GA4 — make Claude analytical
Playwright, browser automation, real-service testing
The full install is below. Copy, paste, done. The same procedure is documented in the repo if you want to review it before running anything.
One command clones the library and symlinks every skill into ~/.claude/skills. The csm CLI lands on your PATH for future updates.
# Clone + install in one go
gh repo clone Cyberg7tech/cyberg7-skills ~/cyberg7-skills
cd ~/cyberg7-skills && ./install.shType a skill name as a slash command, or describe the task in natural language. Claude loads the skill automatically and follows the documented procedure.
# In any Claude Code session:
/python-testing
/cc-hooks
/stripe-checkoutWhen new skills ship or existing ones improve, one command pulls the updates and re-verifies every symlink. Free, forever.
# Anytime:
csm syncTotal install time: under a minute. No package registry, no API key, no SaaS account.
The difference is not the model — it is what Claude knows about your conventions. cyberg7-skills load your team's testing patterns, fixtures, and edge-case discipline at the start of every session.
def test_create_user():
user = create_user("test@example.com")
assert user.email == "test@example.com"
# Done.# Using your team's pytest layout
# (python-testing skill loaded)
@pytest.mark.asyncio
async def test_create_user_with_valid_email(
db_session, sample_user_data
):
user = await create_user(db_session, **sample_user_data)
assert user.email == sample_user_data["email"]
assert user.id is not None
@pytest.mark.parametrize("invalid", [
"", "no-at-sign", "@no-local-part"
])
async def test_create_user_rejects_invalid_email(
db_session, invalid
):
with pytest.raises(ValueError, match="invalid email"):
await create_user(db_session, email=invalid)Both paths reach the same destination: lifetime access plus every skill we ever ship. The difference is whether you prefer monthly billing or a single transaction.
Cancel anytime. After three consecutive payments, your account automatically converts to lifetime access and billing stops.
Lifetime access from day one. Same total as three months of monthly billing, charged once. No recurring fees.
Same total. The lifetime option ends the recurring billing.
Need licenses for a team? support@cyberg7.com.sg
If yours is not here, email support@cyberg7.com.sg. We answer everything within one business day.
The starter pack stays free no matter which path you choose later. For team licensing or enterprise terms, email support@cyberg7.com.sg.
Free
8 of the most-used skills. Email it to yourself in 10 seconds.
$20 / month
Full library. Cancel anytime. Auto-upgrades to lifetime at month 3.
$60 once
Skip the monthly. Same total, paid once, no recurring billing.
Prefer to talk first? Book a 15-minute intro call.
Stories from teams running Claude Code in production.
Anonymized by request. Real names and company logos return once we have explicit permission from launch partners.