jokerman89
- 138 skills
- 0 followers
- 11 hours ago last updated
- ▌ Generate Design · jokerman89Produce design-spec.json (per-format layout-mappings + palette + fonts + asset placements) from content.md. Shared content-pipeline sub-skill, solo-invokable.
- ▌ Lessons Promote · jokerman89Promote a repo-local lesson from .claude/memory/lessons.md to Lintel's global lessons (scaffolding/01-foundation/.claude/memory/lessons.md) so all future scaffolded repos inherit it.
- ▌ Lessons Surface · jokerman89Use before or during a task to pull up prior lessons relevant to it — searches the lessons store by keyword and context and surfaces matching entries so past corrections actually inform the current work. Runs at SENSE and is callable on its own when you want to check what's been learned about a topic.
- ▌ Personas Rotate · jokerman89Load persona context from .claude/memory/personas.md for demo-prep, workshop-facilitation, or audience-aware writing.
- ▌ Plan Ceo Review · jokerman89Use before architecture lands to review a plan's strategy and scope — surfaces the product and business assumptions baked into it. Reach for it when you want the why and the scope challenged before committing engineering effort to the how.
- ▌ Plan Eng Review · jokerman89Use to review a plan or change for engineering soundness before it ships — covers architecture, code quality, test coverage, and performance. The required gate before SHIP; reach for it when a design or implementation needs a rigorous technical pass.
- ▌ Review And Ship · jokerman89Composite shortcut REVIEW + SHIP + CAPTURE — for when BUILD is done and operator wants to finalize, ship, capture in one chain.
- ▌ Li Build · jokerman89Use to implement an authorized plan card by card with spec and quality review and verification evidence.
- ▌ Li Cycle · jokerman89Use for a multi-step initiative that needs the complete Lintel planning, implementation, review and capture cycle.
- ▌ Li Scope · jokerman89Use when an initiative needs boundaries, dependencies and an appropriate planning depth.
- ▌ Li Sense · jokerman89Use at session start to load relevant memory, inspect repository state and scope the request.
- ▌ Generate Outline · jokerman89Produce outline.md (structured presentation/document skeleton) from a brief. Shared content-pipeline sub-skill, solo-invokable.
- ▌ Li Define · jokerman89Use when a request needs requirements, acceptance criteria and a concrete design before implementation.
- ▌ Li Resume · jokerman89Use to resume an interrupted initiative from its saved plan, state and handoff.
- ▌ Li Review · jokerman89Use to review changes against the specification, engineering quality and the active policy.
- ▌ Context Warm Adrs · jokerman89Load topic-relevant ADRs into context — design constraints + prior decisions surfaced for current work.
- ▌ Document Generate · jokerman89Generate documentation from code — engineering reference, customer guides, or onboarding tutorials.
- ▌ Plan Devex Review · jokerman89Developer experience gaps review. Slow CI, painful deploys, bad local dev, attrition signals.
- ▌ Li Capture · jokerman89Use after delivery to record evidence, durable lessons and the next-session handoff.
- ▌ Li Welcome · jokerman89Use when joining a repository to inspect Lintel setup and choose a first workflow.
- ▌ Handoff Size Check · jokerman89Handoff-size warning tied to the 500k cap. Per v3.6 backlog 3.2 — elephant-hint and token-cap as the same mechanism from two ends.
- ▌ Plan Design Review · jokerman89UI/UX gaps review for plans with a frontend surface. Skip for backend/infra/CLI-only work.
- ▌ Li Discover · jokerman89Use to map an existing repository, relevant architecture and reusable components before planning changes.
- ▌ Li Spec Kit · jokerman89Use when a project uses GitHub Spec Kit to connect its requirements and tasks to Lintel build and review evidence.
- ▌ Design Consultation · jokerman89Conversational design-system advisor — answer systems-level questions with grounded recommendations.
- ▌ Frontend Typography · jokerman89Frontend design-director sub-skill — picks font-family-stacks + variable-axes-config + size-scale + line-heights + font-loading-strategy from brief. Solo-invokable.
- ▌ Context Warm Related · jokerman89Heuristic context warm — search codebase for files related to a topic, load top N most-relevant.
- ▌ Generate Style Learn · jokerman89Analyze .pptx/.docx/web-examples and extract a reusable style palette. v3.5 Phase 3 of the doc-generation-pipeline.
- ▌ Open Managed Browser · jokerman89Open the Lintel-managed Chromium in headed mode — interactive operator session.
- ▌ Context Warm Customer · jokerman89Load customer-engagement repo state into context — their infrastructure-as-code, their CLAUDE.md, their ADRs, recent commits.
- ▌ Context Warm From Url · jokerman89Fetch URL + dump into context. Useful for loading documentation, blog posts, external references on-demand.
- ▌ Context Warm Sessions · jokerman89Load last N session saves on current branch — cross-session continuity for resumed work.
- ▌ Full Engineering Pass · jokerman89Use for a customer engagement or major release that needs the whole engineering picture at once — composes all five domain modules (architecture, data, security, devops, testing) in dependency order. One invocation produces architecture decisions, a data model, a security posture, an ops plan, and quality validation together.
- ▌ Setup Browser Cookies · jokerman89Bootstrap auth cookies for the managed Chromium profile — operator-driven, one-time per service.
- ▌ Frontend Design Review · jokerman89Quality gate for produced frontend designs. 6-dimension audit (typography hierarchy + motion coherence + shader perf-budget + accessibility WCAG AA + brand conformance + responsive fidelity). Scored rubric. Solo-invokable.
- ▌ Frontend Style Extract · jokerman89Pattern-level extraction sister to generate-style-learn. Reads artifacts (URLs, screenshots, .tsx files) → extracts layout-grammar + motion-language + interaction-patterns + component-library-fingerprint + shader-thesis → writes ~/.lintel/brand/design-patterns/<name>/. Solo-invokable.
- ▌ Scaffold Internal Tool · jokerman89Initialize an internal-tooling repo — CI, README, pack compliance hooks, no customer surface.
- ▌ Instruction Parity Check · jokerman89Verifies substance-parity across 6 instruction files (root CLAUDE/AGENTS/GEMINI + shims). The multi-CLI promise's weak point per 6.2.