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. Skills that 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 standards. From test suites to launch emails, A/B tests, and analytics, cyberg7-skills load the conventions and 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)Subject: Introducing Our Game-Changing New Dashboard!
We're absolutely thrilled to announce the launch of our
revolutionary new analytics dashboard — a seamless, powerful
solution designed to elevate your data experience and unlock
unprecedented insights for your business...# de-slopify skill loaded
Subject: See exactly where your signups drop off
The new analytics view answers one question fast: which
step of your funnel loses the most people. Open it, sort
by drop-off rate, and fix the worst step first.
Live now in Settings -> Analytics.Use a tool like Google Optimize or Optimizely.
Make two versions of the headline, split traffic 50/50,
and after a week or two keep whichever one converts better.# ab-testing skill loaded
1. Sample size: ~1,400 / variant for 80% power to
detect a 10% lift at p < 0.05.
2. Server-side assignment in middleware (no flicker),
variant pinned by cookie + logged to GA4.
3. Bayesian readout: ship when P(B > A) > 95%.
4. Stops at a human checkpoint before routing traffic.<!-- paste into <head> -->
<script>
gtag('event', 'conversion');
</script># ga4 skill loaded — event taxonomy
gtag('event', 'sign_up', {
method: 'email',
funnel_step: 'completed',
plan: selectedPlan,
});
// + Consent Mode v2 and a server-side Measurement
// Protocol backup, validated in GA4 DebugViewBoth 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.