juniors-best-practice

juniors-best-practice is a skill for Claude Code, Codex from siberiacancode/agent-skills. It costs 55 tokens per session (875 once invoked), scanned A, original, MIT.

A practical guide to clear React and TypeScript coding practices aimed at junior developers. React is a library for building user interfaces, and TypeScript adds type checking to JavaScript.

In plain words
What is it for?
Use it when writing or reviewing React and TypeScript code, teaching junior developers, or standardizing common project patterns.
Why use it?
It gives teams a shared baseline for writing, reviewing, and refactoring code that is easier to understand and maintain. The rules are grouped by areas such as React, styling, tools, assets, Git, and REST APIs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Use it when writing or reviewing React and TypeScript code, teaching junior developers, or standardizing common project patterns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/siberiacancode/agent-skills/juniors-best-practice
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add siberiacancode/agent-skills --skill juniors-best-practice
Clone the repo
git clone --depth 1 https://github.com/siberiacancode/agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for juniors-best-practice

README.md
[![agentmods](https://agentmods.dev/badge/skills/siberiacancode/agent-skills/juniors-best-practice/github.svg)](https://agentmods.dev/skills/siberiacancode/agent-skills/juniors-best-practice)
Your own site
<a href="https://agentmods.dev/skills/siberiacancode/agent-skills/juniors-best-practice"><img src="https://agentmods.dev/badge/skills/siberiacancode/agent-skills/juniors-best-practice/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for juniors-best-practice

Your own site · 80×15
<a href="https://agentmods.dev/skills/siberiacancode/agent-skills/juniors-best-practice"><img src="https://agentmods.dev/badge/skills/siberiacancode/agent-skills/juniors-best-practice.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 875 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.00875
Opus 5 $0.00028 $0.00438
Sonnet 5 $0.00011 $0.00175
Haiku 4.5 $0.00006 $0.00088

Measured 10d ago against content hash c61a2e9f6a61, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

juniors-best-practice scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/juniors-best-practice/SKILL.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Juniors Best Practice

Juniors-focused best practices for React and TypeScript projects. The rules are short, practical, and organized by scope to guide consistent code reviews, refactoring, and new feature work.

When to Apply

Reference these guidelines when:

  • Writing or reviewing React/TypeScript code for clarity and consistency
  • Teaching junior developers or establishing baseline team conventions
  • Refactoring code to align with simple, maintainable patterns
  • Standardizing project-wide practices (imports, tooling, naming, commits)

Rule Categories by Priority

Priority Category Impact Prefix
1 Beginner Foundations HIGH beginner-
2 TypeScript MEDIUM typescript-
3 React MEDIUM react-
4 Styling MEDIUM styling-
5 Devtools MEDIUM devtools-
6 Assets LOW-MEDIUM assets-
7 Git LOW git-
8 REST MEDIUM rest-

Quick Reference

1. Beginner Foundations (HIGH)

  • beginner-early-return - Prefer early returns to reduce nesting
  • beginner-double-negation - Avoid !isNotX patterns
  • beginner-unnecessary-destructuring - Keep objects intact for clarity
  • beginner-const-vs-let - Default to const
  • beginner-nullish-vs-or - Use ?? for defaults
  • beginner-useless-return-arrow - Remove redundant return
  • beginner-uppercase-constants - Use UPPER_CASE only for stable constants

2. TypeScript (MEDIUM)

  • typescript-alias-naming - Use safe path alias prefixes
  • typescript-flat-translations - Prefer flat translation keys to reduce duplication

3. React (MEDIUM)

  • react-string-props - Use string literals when possible
  • react-children-prop - Use children for composition
  • react-extends-component - Extend native element props
  • react-props-typing - Keep props typing readable

Read the full file on GitHub · 103 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 103 lines · 55 tokens per session scan A c61a2e9f6a61

Subscribe to this mod's changes

juniors-best-practice is a skill published in the GitHub repository siberiacancode/agent-skills (19 stars, last pushed 7d ago), licensed MIT. It adds 55 tokens to every session and 875 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

compiler-commit

Use when you want to verify compiler changes and commit with the correct convention. Runs tests, lint, and format, then commits with the [compiler] or [rust-compiler] prefix.

react/react · 42 tokens

nextjs-app-router

Full end-to-end tRPC setup for Next.js App Router. Covers route handler with fetchRequestHandler (GET + POST exports), TRPCProvider with QueryClientProvider, createTRPCOptionsProxy for RSC prefetching, HydrateClient/HydrationBoundary for hydration, useSuspenseQuery for Suspense, and server-side callers.

trpc/trpc · 74 tokens

nextjs-pages-router

Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.

trpc/trpc · 67 tokens

react-query-setup

Set up @trpc/tanstack-react-query with createTRPCContext(), TRPCProvider, useTRPC() hook, queryOptions/mutationOptions factories, query invalidation via queryClient.invalidateQueries with queryFilter, and type inference with inferInput/inferOutput.

trpc/trpc · 60 tokens

react-query-classic-migration

Migrate from @trpc/react-query (classic) to @trpc/tanstack-react-query. Run npx @trpc/upgrade CLI for automated codemod. Manually migrate remaining patterns: hook-based to options-factory, utils.invalidate to queryClient.invalidateQueries with queryFilter, provider changes.

trpc/trpc · 70 tokens

image-to-threejs

REQUIRES uv + Python 3.12 and a one-time git clone — unlike the other asset skills, this one is not Node-only. Turn a generated reference image into a rigged, procedural Three.js prop — code, not a mesh file. Generate ONE clean product-shot reference with vg generate, author a component spec (parts, materials, pivots…

kyh/vibedgames · 186 tokens