jokerman89
- 138 skills
- 0 followers
- 6 hours ago last updated
- ▌ Da · jokerman89Use for data-architecture depth — schema design, migrations, sharding and partitioning, query-pattern audits, retention policy, and analytics readiness. Reach for it when the work turns on the data model or storage. Runs full, loop, or single-capability, dispatching to the data agents and scoring against a rubric.
- ▌ Dh · jokerman89Use for devops and hosting depth — deployment plans, rollback strategy, observability specs, SLI/SLO budgets, capacity headroom, cost projection, and on-call playbooks. Reach for it when the work turns on how the system runs in production. Runs full, loop, or single-capability, dispatching to the ops agents and scoring against a rubric.
- ▌ QA · jokerman89Use when you need to know whether the code works and to get the test suite green — runs the full suite, parses failures, fixes common ones, and re-runs until clean or genuinely stuck. Reach for it after making changes or when tests are failing and you want them resolved.
- ▌ Sc · jokerman89Use for security and compliance depth — threat models, auth flows, secret management, dependency-security audits, compliance evidence, and incident runbooks. Reach for it when a change has a security or regulatory surface. Runs full, loop, or single-capability, dispatching to the security agents and scoring against a rubric.
- ▌ Ta · jokerman89Use for technical-architecture depth — service boundaries, API contracts, dependency graphs, scaling plans, complexity audits, and quality attributes. Reach for it when a design needs architectural rigor beyond what PLAN gives. Runs full, loop, or single-capability, dispatching to the architecture agents and scoring against a rubric.
- ▌ Tq · jokerman89Use for testing and QA-strategy depth — test-pyramid review, coverage audits, contract-test design, regression suites, flaky-test quarantine, perf budgets, and chaos plans. Reach for it when test strategy needs deliberate design rather than ad-hoc tests. Runs full, loop, or single-capability, dispatching to the test agents and scoring against a rubric.
- ▌ Fix · jokerman89Use for a known bug with a clear fix path that needs to ship now — runs the abbreviated SENSE, BUILD, REVIEW, SHIP path and skips design, discovery, and planning. The hotfix shortcut; reach for it when the diagnosis is already done and only the fix remains.
- ▌ Eval · jokerman89Run the active pack's voice TEST against its voice CORPUS — per-cell accuracy → CALIBRATION.md.
- ▌ Help · jokerman89List the Lintel skills + agents + hooks available in this session. Filter by category, voice tier, or CLI support.
- ▌ Jobs · jokerman89Use to see and steer in-flight Lintel jobs — list what's open, continue, replan, abort, or branch a job. The single source of truth for "what's open right now"; reach for it when you've lost track of running work or need to redirect it.
- ▌ Plan · jokerman89Use after DISCOVER, or standalone with an approved design, to produce the cold-executor trio (plan.md + spec.md + prompt.md). Keep short, verifiable leaves and group connected work into bounded packages for implementation and review, with operator approval before BUILD.
- ▌ Role · jokerman89Use to take on or change a working role — activate one for a lightweight lens, turn it off, swap mid-session, apply its lens to an artifact, or load its full definition on demand. Reach for it when work would benefit from a specific role's perspective; one role is active at a time.
- ▌ Ship · jokerman89Use after REVIEW passes, when reviewed work is ready to land, to open a PR, deploy, or hand off to a customer — runs the active pack's final compliance hard-stops, voice gates on customer-facing artifacts, and pack-configured CI/deploy validation. The cycle's last gate before code leaves the repo.
- ▌ Audit · jokerman89Read the unified Lintel audit trail — surface .claude/runtime/audit/ (repo events) and ~/.lintel/audit/ (operator events) <category>.jsonl records with optional category / kind / since-days filters. Read-only.
- ▌ Clean · jokerman89Manual self-maintenance trigger. Suggests /context-save + restart when session feels heavy.
- ▌ Codex · jokerman89Outside-voice second opinion via Codex CLI. Independent review of diff, plan, or hypothesis.
- ▌ Cycle · jokerman89Use to run a real multi-step task through the full SENSE-to-CAPTURE pipeline, or a chosen subset of phases. Supports mode presets, hopping in at any phase, and a cost-estimate gate before BUILD. The default entry point for substantial work.
- ▌ Learn · jokerman89Use after a correction, insight, or recurring pattern worth remembering to record it as a lesson the next session will read at startup. Reach for it whenever the operator corrects you or you discover something that should prevent the same mistake recurring.
- ▌
- ▌ Scope · jokerman89Use after SENSE, before DEFINE, when a request's size is ambiguous — turns a raw ask into a sized, disambiguated scope via the scale-estimator, asks one clarifying question only when the work could be small or large, overrides a confidently-wrong route, and emits scope.md. Light and read-only; stays silent on clearly small work.
- ▌ Sense · jokerman89Use at the very start of a task to read the situation before deciding how to work — detects operator intent, the active pack's compliance mode, the active role, any 00-state left by a prior session, and recommends a workflow mode. The cycle's first step, before SCOPE; a lightweight read-only diagnostic with no gates.
- ▌ Browse · jokerman89Drive a headless Chromium to a URL — screenshot, extract DOM, click, fill forms, verify UI.
- ▌ Define · jokerman89Use after SCOPE, before DISCOVER, to turn a sized request into an approved design — clarifies intent, locks premises, forces alternatives, and picks the wedge through forcing questions under the active role's lens. Produces the APPROVED design doc that PLAN and BUILD build from.
- ▌ Doctor · jokerman89Use when something seems off with the Lintel install, or to confirm it's healthy, to run a cross-CLI health check — verifies which CLIs are installed, plugin install status, the Lintel version, and surfaces drift. Reach for it to diagnose setup problems before blaming the work.
- ▌ Health · jokerman89Lintel install + upstream status check. Verifies layers, manifest, hooks, upstream pins, CLI shims.
- ▌ Resume · jokerman89Use at the start of a fresh session to pick up work left in flight — reads 00-state.md and resumes the cycle at the next recommended phase, or one you name. The cross-session continuity entry point when a prior task was interrupted mid-cycle.
- ▌ Review · jokerman89Use after BUILD, before SHIP, to adversarially review what was built — checks spec compliance, code quality, the active pack's compliance gates, and cross-artifact consistency. A P1 finding blocks SHIP until resolved.
- ▌ Scrape · jokerman89Extract structured data from one or more pages — declarative selector schema, JSON output.
- ▌ Status · jokerman89Use to quickly check where you are in flight — shows what's open right now, an alias for listing jobs. The fast "what was I doing?" check at session start or any time you need orientation.
- ▌ Adr New · jokerman89Use when a non-trivial decision needs recording to bootstrap a new Architecture Decision Record from the template, asking context-gathering questions to fill Status, Context, Decision, and Consequences. Reach for it whenever you've made or are about to make an architectural choice worth a durable record.
- ▌ Analyze · jokerman89Use to check that PLAN and BUILD still match the approved DEFINE design — run when a plan was revised or a build deviated, to catch drift between what was approved and what shipped. Checks the DEFINE-PLAN-BUILD legs and authority alignment, writes a severity-classified report, and is re-runnable read-only at any cycle point.
- ▌ Capture · jokerman89Use after SHIP, at the end of a task, to make what was learned durable — updates lessons, drafts an ADR for any non-trivial decision, appends the evolution log, and reaffirms the cold-executor handoff trio against build evidence. The cycle's last step; carries continuity to the next session.
- ▌ Careful · jokerman89Slow-down mode for high-stakes work — extra gates, double-confirm before mutations.
- ▌ Catalog · jokerman89Use to discover Lintel skills by name, purpose or family, or regenerate the committed skill catalog after frontmatter changes.
- ▌ Lessons · jokerman89Mid-session review of accumulated lessons from .claude/memory/lessons.md — surfaces relevant ones for current task.
- ▌ QA Only · jokerman89Read-only test run — reports failures, never edits. For ship-gate verification.
- ▌ Welcome · jokerman89Use on first run, or when someone is new to Lintel, for guided onboarding — detects the CLI, shows its honest capability tier, runs a dry-run cycle, and demonstrates a safety hook. The five-minute "see the harness work" path for a first-time user.
- ▌ Autoplan · jokerman89Use to run a problem statement through the full planning pipeline in one shot — chains the design doc, strategy review, engineering review, and design review end to end. Reach for it when you want a plan taken from raw problem to fully reviewed without driving each review step by hand.
- ▌ Discover · jokerman89Use after DEFINE, before PLAN, to gather context before planning — maps the codebase, surfaces relevant ADRs and lessons, and identifies reusable patterns, agents, and skills for the chosen wedge. Read-only; produces the grounding PLAN needs so it does not reinvent or contradict prior decisions.
- ▌ Generate · jokerman89 bundleUse to produce a finished document or deliverable from a brief — drives outline, writing, design, and QA through to a built artifact in a chosen format such as slides, Word, web, or PDF. Reach for it when the ask is to generate a polished document rather than write code.
- ▌
- ▌ Research · jokerman89Composite shortcut for research-dive — runs SENSE + DEFINE + DISCOVER, no BUILD/SHIP. For "understand before commit" mode.
- ▌ Role New · jokerman89Scaffold a new role file from template via guided interview — IDENTITY, COLD KNOWLEDGE, DECISION CRITERIA, OUTCOME LENS per phase. Evolve an existing role with --update <id> (targeted, sensitivity-aware edits).
- ▌ Scaffold · jokerman89Use when setting up a new or existing repo to work with Lintel to install the base templates interactively — the repo instruction file, the lessons store, the evolution log, and the decisions directory. Reach for it to bootstrap the per-repo scaffolding the disciplines depend on.
- ▌ Skillify · jokerman89Turn a recurring task or pattern into a new Lintel skill — scaffolds SKILL.md from TEMPLATE.
- ▌ Spec Kit · jokerman89 bundleUse when a repository has GitHub Spec Kit artifacts and needs Lintel planning, build-card execution, review or session continuity. Reuses the existing constitution, spec, plan and tasks without creating competing specifications.
- ▌ Pack List · jokerman89Lists every pack discoverable in ~/.lintel/packs/ and repo packs/ — shows name, extends, voice tier, compliance mode, active flag.
- ▌ Perf Mode · jokerman89Activate the 1M context-budget mode for a session — the high-intensity preset for long, heavy phases.
- ▌ Perfbench · jokerman89Measure performance — runtime, memory, cold-start — and detect regressions vs baseline.
- ▌ Plan Tune · jokerman89Adjust which AskUserQuestion prompts auto-decide vs ask. Per-question preference tuning.
- ▌ Usage Log · jokerman89Append-only usage log for skill/agent invocations — manual writer (one audit_log line) plus reader reports. One log, no per-skill duplicates (L-001). Solo-invokable for reports.
- ▌ Design Dna · jokerman89 bundleCurated design knowledge + retrieval — BM25 search over 84 UI styles, 161 WCAG-audited palettes, 161 product reasoning rules, 73 font pairings, 99 UX guidelines and 16 per-stack rule files; composes complete design-system recommendations; resolves the active design profile (default anthropic-default); validates rendered output against the profile. Use before ANY visual decision — choosing style/palette/fonts, building pages or components, reviewing UI quality. Use proactively when a task changes how anything looks, feels, moves, or is interacted with.
- ▌ Migrations · jokerman89Surface pending v4.x migrations at SENSE. Sister to /li:status. Read-only — surfaces operator-callsites still on deprecated shape with grace-window remaining. Per v4.0 Chapter 4 §5.6.
- ▌ Orientator · jokerman89Phase 3 v4.0 — lightweight routing agent invoked at SENSE. Reads operator prompt + active pack's navigation policy, recommends workflow with confidence + reasoning. Mechanical-first with LLM escalation.
- ▌ Pair Agent · jokerman89Pair with a named subagent in the loop — explicit two-mind collaboration on a focused task.
- ▌ Roles List · jokerman89List all available roles (public + private, if accessible). Shows id, display name, scope, sensitivity, last-updated.
- ▌ Uniformity · jokerman89Read-only uniformity-contract dashboard — runs the Gate-M3 floor shape-test and points at the regenerable coverage matrix. Reports per-kind D14 necessity adoption. Never writes.
- ▌ V4 Migrate · jokerman89Walks operator through v3.x → v4.0 migration — detects v3.x usage signals, recommends pack activation, optionally writes active-pack with --apply.
- ▌ Brief Forge · jokerman89Use whenever work hands off across a boundary — spawning a subagent, transitioning a phase, passing to a cold executor, or taking operator input — to build a structured envelope and run the active pack's evaluators on it. The universal hand-off gate that keeps context intact across the handoff.
- ▌ Code Freeze · jokerman89Mark paths as DO-NOT-MODIFY for this session — other skills check + refuse to touch.
- ▌ Code Review · jokerman89Use before landing a change to review just the diff — focused on the changed code only, lighter than a full engineering review. Reach for it when you have uncommitted or unmerged changes and want a correctness and quality pass before they land.
- ▌ Design HTML · jokerman89Generate a single-file static HTML mockup from a brief — opens with /open-managed-browser.
- ▌ Generate QA · jokerman89Validate generated artifacts (any format) against brand, voice, readability, and structure standards. Auto-fixes where possible. Solo-invokable on any artifact (even non-generate-produced).
- ▌ Investigate · jokerman89Use when something is broken and you don't yet know why — drives a hypothesis-led investigation that builds a minimum repro, eliminates variables, and isolates the root cause. Reach for it for "why is this failing?" before attempting a fix.
- ▌ Maintenance · jokerman89On-demand maintenance — force-compact + static-path monitoring + token-cost simulation. Operator-request 5.3. Builds on usage-log (1.1) as its data source.
- ▌ Pack Create · jokerman89Use to create a blank, inherited, or cloned Lintel pack and validate it before activation.
- ▌ Pack Switch · jokerman89Use to change which pack is active — switching the identity that drives voice, compliance, persona, and roles. Validates the target pack, records it as active, and audits the switch. Reach for it when work calls for a different company or compliance context than the one currently loaded.
- ▌ Context Cool · jokerman89Selectively drop context from session — free budget for further warming. Operator picks what to keep.
- ▌ Context Save · jokerman89Use before the context window fills up or before clearing the session to save the current state to a checkpoint file. Reach for it when a session is getting heavy and you want to preserve where you are so a later session can pick up exactly here.
- ▌ Context Warm · jokerman89Use to deliberately load specific files into context before working on them, reporting tokens added and budget impact. Reach for it when you know which files the task needs and want them in the window up front. The base skill the topic-specific context-warm variants build on.
- ▌ Devex Review · jokerman89Review the built developer experience — scripts, onboarding, error messages, time-to-hello-world.
- ▌ Generate App · jokerman89Full-app scaffold-orchestrator. Reads frontend-design-spec.json + generates vite-react/next-app/svelte-kit project skeleton with motion/shader/typography wired up. Sister to generate-web — same family (rendering-engine), larger scope.
- ▌ Generate PDF · jokerman89⚠ TEMPLATE ONLY — Slot for PDF document generation. Content not curated. AI generates fresh at invocation per L-001.
- ▌ Generate Ppt · jokerman89Produce brand-compliant PowerPoint deck via pptxgenjs, 4-gate quality pipeline.
- ▌ Generate Web · jokerman89Produce brand-compliant static HTML or Next.js scaffold for demo/landing page.
- ▌ Hooks Status · jokerman89Reader for hooks.jsonl — surface active-vs-dead hooks + override patterns + trigger counts. Closes the hooks-observation loop.
- ▌ Office Hours · jokerman89Use to turn a rough problem statement into a structured, decision-gated design doc ready for engineering review. Reach for it when you have a problem to think through but no plan yet, and want the design pinned down before committing to architecture.
- ▌ Safe Install · jokerman89Safe-install wrapper for Lintel — version-before-every-change + uninstall-with-restore + visible-announce backup. Operator-request 5.1.
- ▌ Scaffold Mvp · jokerman89Initialize a product-MVP repo — full structure + pack-driven compliance/voice/deploy wiring.
- ▌ Skill Router · jokerman89Semantic skill router — given free-text user intent, suggests top 3 matching Lintel skills with rationale.
- ▌
- ▌ Design Review · jokerman896-pillar visual review of frontend changes — screenshot via /browse, scored findings.
- ▌ Generate Word · jokerman89Produce brand-compliant Word doc via docxtemplater — technical / customer-summary / transparency-note variants.
- ▌ Generate XLSX · jokerman89⚠ TEMPLATE ONLY — Slot for Excel spreadsheet generation (data + estimates + tables). Content not curated. AI generates fresh at invocation per L-001.
- ▌ Pack Validate · jokerman89Validate a pack before activation or after editing its manifest. Checks effective required fields and inheritance with the shared resolver, then reports schema and version compatibility limits.
- ▌ Context Budget · jokerman89Show current context utilization, recommend warm/cool, surface budget breakdown by source. `--watch` runs the threshold/continuous-watch check (token + tool-call soft/hard limits → /clean or /context-save).
- ▌ Design Shotgun · jokerman89Parallel design exploration — spawn N variants of a seed HTML, present side-by-side.
- ▌ Generate Visio · jokerman89⚠ TEMPLATE ONLY — Slot for Visio diagram generation (architecture sketches, network topologies, process flows). Content not curated. AI generates fresh at invocation per L-001.
- ▌ Generate Write · jokerman89Produce content.md (slide/section bodies + bullets + titles) and speaker-notes.md from outline.md. Applies voice corpus. Shared content-pipeline sub-skill, solo-invokable.
- ▌ Landing Report · jokerman89Post-ship report — what landed in a window, in engineering or customer-voice format.
- ▌ Plan And Build · jokerman89Use when you already have an approved design doc and just need to plan and implement it — runs PLAN then BUILD and skips review, ship, and capture. Reach for it after DEFINE and DISCOVER are done and the remaining work is breaking the design into tasks and writing the code.
- ▌ Profile Switch · jokerman89Toggle the Lintel install on/off fast + swap to a previous setup without touching the repo. Operator-request 5.2.
- ▌ Li Plan · jokerman89Use to turn a design into a requirement-traced spec, dependency-ordered build cards and a cold-executor prompt.
- ▌ Li Ship · jokerman89Use after review to prepare a verified change for a pull request or an explicitly authorized release.
- ▌ CLI Fingerprint · jokerman89Detect which CLI is running Lintel — env-var → process → tool-probe → config fallback.
- ▌ Compliance Gate · jokerman89Compliance-gate aggregator — runs all gates the active pack declares (compliance.hooks) as ONE green/red verdict. Embarrassment protection for compliance (6.10).
- ▌ Context Restore · jokerman89Use at the start of a fresh session that continues prior work to restore session state from a checkpoint file. Reach for it when a previous session saved a checkpoint and you want to resume with that context loaded rather than starting cold.
- ▌ Frontend Design · jokerman89Frontend design-director orchestrator. Chains typography + motion (+ shader in Phase A2) → frontend-design-spec.json → calls generate-web/generate-app for rendering. Design-director-layer per v3.7 family-separation.
- ▌ Frontend Motion · jokerman89Frontend design-director sub-skill — picks motion-language (GSAP/Lenis/Theatre/Rive/Motion-One) + scroll-trigger-config + smooth-scroll-config + key-animations-spec. Solo-invokable.
- ▌ Frontend Shader · jokerman89Frontend design-director sub-skill — picks shader library (Paper Shaders / OGL / react-three-fiber / Lygia) + visual thesis + GLSL snippet references + perf-budget. Solo-invokable.