Coaching-oriented coding tutoring for learning by doing, concept explanation, guided debugging, code review, deliberate practice, and persistent practice planning. Use when the user wants hints instead of full answers, asks to learn step by step, wants their code reviewed like a coach, asks for exercises or study guidance, or wants Codex to create, resume, switch, or update editable practice maps in a `.practice-map` folder.
Scaffold new skills for this repository with consistent folder layout, frontmatter, agent metadata, and optional references, assets, and scripts. Use when the user wants to create another skill in this repo, bootstrap a skill skeleton, normalize a new skill to the local repo conventions, or generate editable starter files instead of writing each skill from scratch.
Reusable agent skills for coding, learning, and skill authoring.
This repository follows the common skills ecosystem layout used by tools like skills.sh: a root-level skills/ catalog containing one folder per skill, plus optional plugin marketplace metadata.
coding-coachCoaching-first coding tutor for:
.practice-map study trackingEntry point: skills/coding-coach/SKILL.md
skill-scaffoldRepository-specific bootstrapper for creating new skills with the local structure and metadata conventions already applied.
Entry point: skills/skill-scaffold/SKILL.md
Install from GitHub with the shared skills CLI:
npx skills@latest add BakerSean168/skills
You can then choose which skills to install and which coding agents to install them for.
Detailed installation instructions: INSTALL.md
skills/
AGENTS.md
README.md
LICENSE
ROADMAP.md
.github/
.claude-plugin/
scripts/
skills/
coding-coach/
skill-scaffold/
Repository-wide rules live in AGENTS.md.
Highlights:
skills/ directorySKILL.mdSKILL.md frontmatter uses only name and descriptionagents/, references/, assets/, and scripts/ are added only when needed.claude-plugin/marketplace.json can advertise the catalog to plugin-oriented toolingUse the scaffold script:
pwsh -File .\skills\skill-scaffold\scripts\new-skill.ps1 `
-SkillName "my-skill" `
-Description "Describe the skill. Use when the trigger conditions apply."
Optional flags:
-IncludeReferences-IncludeAssets-IncludeScriptsExample:
pwsh -File .\skills\skill-scaffold\scripts\new-skill.ps1 `
-SkillName "sql-coach" `
-Description "Coach SQL learning and query practice. Use when the user wants step-by-step SQL help, exercises, or review." `
-DisplayName "SQL Coach" `
-ShortDescription "Coaching-first SQL tutor." `
-DefaultPrompt "Teach SQL through hints, review, and deliberate practice." `
-IncludeReferences
This repo is personal-first, but contributions and ideas are still useful.
Before adding or changing a skill:
skills/.SKILL.md files.See ROADMAP.md for the current direction.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub bakersean168/skills --plugin core-skillsUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.