bjornjee

68 mods across 2 repositories, 23 stars between them.

rca

25

bjornjee/agent-dashboard

Skill Claude CodeCodex

Root cause analysis for process crashes, server deaths, and unexplained system failures using macOS logs, session forensics, and code tracing.

21 1mo ago C 30 tokens original MIT

refactor

26

bjornjee/agent-dashboard

Skill Claude CodeCodex

Safely restructure code in an isolated git worktree with test-preserved, incremental transformations.

21 1mo ago A 20 tokens original MIT

skills

28

bjornjee/skills

Plugin Claude Code

Personal skills, commands, and workflows for Claude Code.

2 12d ago A tokens not measured

skills AGENTS.md

29

bjornjee/skills

Instructions file CodexOpenCode

AGENTS.md instructions for bjornjee/skills, covering project conventions, layout, versioning, principles and workflow.

2 12d ago A 1,612 tokens

skills CLAUDE.md

30

bjornjee/skills

Instructions file

Claude Code instructions for bjornjee/skills, covering versioning, three version files — keep in sync, when to bump and semver.

2 12d ago A 246 tokens

go-reviewer-strict

31

bjornjee/skills

Agent

Strict Go code reviewer that enforces evidence-based principles and project-specific rules from CLAUDE.md/AGENTS.md/LEARNINGS.md. Use for any Go change. Reports only findings backed by a cited rule and a concrete fix — never taste calls.

2 12d ago A 58 tokens

bjornjee/skills

Agent

Performance analysis and optimization specialist for Go, Python, and Node services. Use PROACTIVELY when a hot path, latency budget, memory growth, or perf regression is raised. Profiles first, benchmarks before/after, wires regression budgets into CI.

2 12d ago A 54 tokens

bjornjee/skills

Agent

Strict Python code reviewer that enforces evidence-based principles and project-specific rules from CLAUDE.md/AGENTS.md/LEARNINGS.md. Use for any Python change. Reports only findings backed by a cited rule and a concrete fix — never taste calls.

2 12d ago A 58 tokens

refactor-cleaner

34

bjornjee/skills

Agent

Dead code cleanup and consolidation specialist for Go, Python, and JS/TS. Use PROACTIVELY when unused code, duplication, or a large mechanical refactor is suspected. Detects with stack-native tools, proves semantic equivalence, removes in reviewable batches.

2 12d ago A 59 tokens

tdd-guide

35

bjornjee/skills

Agent

Proportional proof guide for new features, bug fixes, and refactors. Selects Surgical, Targeted, or Full verification before editing; uses RED → GREEN → REFACTOR only when the selected profile calls for behavior or regression coverage. Stack-aware: speaks scoped Make, Go, Python, and Node proof commands.

2 12d ago A 0 tokens

bjornjee/skills

Agent

Strict TypeScript/Node code reviewer that enforces evidence-based principles and project-specific rules from CLAUDE.md/AGENTS.md/LEARNINGS.md. Use for any TypeScript change. Reports only findings backed by a cited rule and a concrete fix — never taste calls.

2 12d ago A 62 tokens

uiux-grader

37

bjornjee/skills

Agent

Cold-context UI/UX grader. Scores a rendered design against an 8-dimension rubric plus a binary preservation gate plus a binary audit gate using only the screenshots, optional live-URL evidence, the declared user-flow map, the declared visual register (and optional reference anchors), the preservation contract, the…

2 12d ago A 144 tokens

bjornjee/skills

Skill Claude CodeCodex

Use when designing agent tool schemas, action spaces, or observation formatting, or when diagnosing looping and low completion rates in an agent harness.

2 12d ago A 33 tokens

bjornjee/skills

Skill Claude CodeCodex

Use when an agent is looping, retrying without progress, drifting from its goal, or failing repeatedly — structured capture, diagnosis, contained recovery, and introspection reports.

2 12d ago A 40 tokens

agentic-engineering

40

bjornjee/skills

Skill Claude CodeCodex

Use when orchestrating agent workflows — eval-first execution, task decomposition, and cost-aware model routing decisions.

2 12d ago A 26 tokens

ai-ml-patterns

41

bjornjee/skills

Skill Claude CodeCodex

Eval-first AI/ML engineering — RAG decisions, finetune-vs-RAG-vs-prompt framework, prompt-injection defense, structured output, model routing/cost, production drift. Use when working on evals, prompts, RAG, or model optimization.

2 12d ago A 62 tokens

api-design

42

bjornjee/skills

Skill Claude CodeCodex

Use when designing or reviewing an HTTP/RPC API surface — resource modeling, pagination, error envelopes, versioning, idempotency. Falsifiable contracts, not style preferences.

2 12d ago A 39 tokens

claude-api

43

bjornjee/skills

Skill Claude CodeCodex

Use when building on the Anthropic Claude API or SDKs — model choice, the tool-use loop, token and context budgeting, prompt caching, batches. Falsifiable patterns for production agents, not SDK hello-worlds.

2 12d ago A 49 tokens

codegraph-audit

44

bjornjee/skills

Skill Claude CodeCodex

Use on demand before opening a PR when the local codegraph CLI is installed — pulls the call-graph slice touched by the diff, then dispatches the strict reviewer with that context loaded.

2 12d ago B 43 tokens

codex-delegate

45

bjornjee/skills

Skill Claude CodeCodex

Delegate coding tasks to Codex CLI (GPT-5.4) with a structured plan handoff. Use after planning is complete and the Codex CLI plugin is installed — pass the plan directly to Codex for implementation.

2 12d ago A 50 tokens

context-management

46

bjornjee/skills

Skill Claude CodeCodex

Use when deciding whether/when to compact the session, or when auditing what is consuming the context window (agents, skills, MCP servers, rules). Compaction timing + token-budget audit in one place.

2 12d ago A 44 tokens

create-linear-issue

47

bjornjee/skills

Skill Claude CodeCodex

Create one verified Linear issue from a Codex Agent Task v1 contract and optionally dispatch it under separate explicit authority. Use when a user asks Codex to create a Linear implementation issue for a repository handled by a mapped Symphony workflow.

2 12d ago A 51 tokens

data-modeling

48

bjornjee/skills

Skill Claude CodeCodex

Use when designing schemas, adding indexes, writing migrations, or scoping multi-tenant data — constraint-first modeling and expand/contract migration rules.

2 12d ago A 33 tokens