By prestarius
Jet's company-agnostic Claude Code stack: architect/engineering skills, role-based slash commands, behavioral guardrails, and a per-project context bootstrap.
Review a design/PR/proposal as a Staff Solution Architect — simplicity, scalability, EDA fit, security, cost, EU data residency, operability.
Set up or refresh this repo's project context — writes a local CONTEXT.md so every other skill/command has company/domain specifics without anything being hardcoded.
Forecast token/usage cost for an LLM workload from usage signals; produce a wiki-ready table.
Produce an Enterprise-Architecture briefing from a technical update or discussion, with governance questions; translate PL↔EN if the source and audience differ.
Challenge and right-size the scope of a feature, plan, or idea before any code is written — using four explicit modes (Expansion / Selective / Hold / Reduction).
Author Architecture Decision Records from a discussion, meeting notes, or a design debate. Use whenever the user wants to capture a decision, writes "record this as an ADR", finishes an architecture discussion, or asks to document why a choice was made. One ADR per decision.
Draft a long-form article, blog post, essay, or technical write-up in the author's own voice — outline first, then a full draft that reads like a person wrote it. Use whenever the user asks to "write an article", "draft a blog post", "write a long-form piece", "turn this into an essay", or wants a publishable write-up rather than notes or a spec.
Switch to ultra-compressed communication that cuts tokens while keeping accuracy. Use whenever the user says "caveman mode", "be terse", "minimise tokens", or wants maximally compact responses without losing correctness.
Debug methodically — reproduce, minimise, hypothesise, instrument, fix, then add a regression test. Use whenever the user is chasing a bug, says "why is this failing", "help me debug", or has a flaky/mysterious failure.
Generate complete, structured documentation for a feature, module, API, or project using the Diataxis framework (tutorial / how-to / reference / explanation). Use whenever the user asks to "write docs", "document this", "generate documentation", "write a tutorial", "write a how-to", or "explain this module". Reads the real code before writing and never documents behavior the code doesn't have.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
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.
A personal, company-agnostic Claude Code stack: architect/engineering skills, role-based slash-command workflows, behavioral guardrails, and a per-project context bootstrap. Designed to be small and composable — model-agnostic, adaptable, and free of any employer/client specifics.
Nothing in skills/, commands/, agents/, hooks/, or the global CLAUDE.md names any
employer, client, or internal project. All company/domain context is injected at use-time into a
per-repo ./CONTEXT.md, produced by the /bootstrap-context command. Durable personal
preferences (language, OS, output-format defaults) live in the global CLAUDE.md because they
travel across every project.
Clone and run the installer (idempotent symlinks into ~/.claude):
git clone https://github.com/prestarius/jet-skills-stack && cd jet-skills-stack && ./install.sh
The installer symlinks skills/commands/agents and appends the behavioral CLAUDE.md between
markers. Hooks are not auto-installed (they edit settings.json); the installer prints the
snippet to paste.
claude --plugin-dir . # load for one session
/plugin marketplace add . # then: /plugin install jet-skills@jet-skills
The plugin name namespaces components, e.g. /jet-skills:architect-review.
| Skill | Type | What it does |
|---|---|---|
humanizer | full | Remove AI-writing tells (24 pattern categories) and rewrite to natural prose. |
epic-numbering | full | Epic / User Story / Task numbering convention for backlogs. |
to-cc-spec | full | Turn a conversation into a Claude Code–ready implementation spec. |
adr | full | Author Architecture Decision Records, one per decision. |
tradeoff-table | full | Side-by-side option comparison with a clear recommendation. |
obsidian-note | full | Generate a complete Obsidian note in the house schema. |
meeting-notes | full | Transcript/raw notes → structured minutes (decisions, actions, open questions), routed to obsidian-note / adr / to-issues. |
postmortem | full | Blameless incident postmortem: timeline, contributing factors, follow-up actions ready for to-issues. |
interview-guide | full | Technical interview guide with rubric and evaluation template. |
eval-tool | full | Evaluate/recommend a tool or model with mandatory web research. |
simplicity-review | full | Flag over-engineering and propose the simpler alternative. |
slide-deck | full | Plan/generate a training deck with presenter script and lab. |
improve-codebase-architecture | full | Survey a codebase and surface prioritized architectural improvements (in domain language, captured as ADRs). |
scaffold-exercises | full | Generate incremental workshop exercises with starter code and solutions. |
prototype | full | Build a throwaway spike to answer one design/feasibility question, then report the finding. |
to-issues | full | Turn a plan into independent, tracker-agnostic issues (pairs with epic-numbering). |
teach | full | Teach a topic across sessions, learning by doing, with persisted progress. |
document | full | Generate Diataxis-structured docs (tutorial/how-to/reference/explanation) from the real code. |
search-first | full | Search the repo, registries, and web for an existing solution before building; decide adopt/extend/compose/build. |
skill-stocktake | full | Audit skills for overlap, stale references, and trigger drift; verdicts keep/improve/update/retire/merge. |
article-writing | full | Draft a long-form article/blog post in the author's voice (outline first, no AI tells). |
market-research | full | Source-attributed landscape/market research; every claim cited and dated. |
grill-me | full | Relentless one-question-at-a-time plan interrogation. |
grill-with-docs | full | grill-me, but records answers into CONTEXT.md + ADRs. |
tdd | full | Red-green-refactor, one vertical slice at a time. |
diagnose | full | Reproduce → minimise → hypothesise → instrument → fix. |
npx claudepluginhub prestarius/jet-skills-stack --plugin jet-skillsMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Memory compression system for Claude Code - persist context across sessions
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.