lefant
- 24 skills
- 0 followers
- 1 day ago last updated
- ▌ Exa · lefant bundleUse Exa for web search, code context lookup, and company or people research via the official SDK, direct API calls, or MCP. Use when setting up Exa in a coding-agent environment, testing EXA_API_KEY, configuring Exa MCP, or looking up current web information.
- ▌ Rpi · lefant bundlePreserve the RPI workflow commands create_plan, implement_plan, and research_codebase inside a portable skill. Use when the user refers to those exact command names, asks for RPI workflows, or wants the original Claude command behavior preserved as closely as possible.
- ▌ Qrspi · lefant bundleRuns the portable QRSPI workflow (Question, Research, Structure, Plan, Implement), including Design, Worktree, and PR phases. Use when the user asks for QRSPI, names a /qrspi/ command, or requests its neutral-question research and staged design workflow. Not for the original RPI commands or generic planning requests.
- ▌ Devlog · lefantWrite implementation devlogs that capture current session progress, learnings, related artifacts, and next steps. Use when the user asks for a devlog or WIP devlog.
- ▌ Proofs · lefant bundleBuild working mini-app proofs before implementing features. Use when starting non-trivial features, exploring unfamiliar APIs, validating architectural approaches, or when uncertainty exists that code can resolve faster than planning. Triggers on "proof this", "build a proof", "spike it out", "prototype first", or when facing implementation unknowns.
- ▌ Sentry · lefant bundleFetch and analyze Sentry issues, events, transactions, and logs. Helps agents debug errors, find root causes, and understand what happened at specific times.
- ▌ Handover · lefantGenerate a concise handover prompt for the next session, ensuring current work context is persisted and the next task is clear.
- ▌ Doc Audit · lefant bundleAudit documentation for quality issues including outdated information, broken references, contradictions, and inconsistencies. Use when asked to review docs, check documentation health, find stale content, validate cross-references, detect contradictions between documents, or ensure documentation consistency across a codebase.
- ▌ Tasknotes · lefantManage TaskNotes tasks in Obsidian through maintained TaskNotes interfaces or a safe Markdown fallback. Use when the user wants to create, list, search, update, complete, archive, or delete tasks, or asks what they should work on.
- ▌ Untis Access · lefant bundleAccess WebUntis accounts and APIs for debugging, research, or automation. Use when the user wants to log into a WebUntis tenant, read inbox messages, fetch guardian/dependent timetables, inspect homework or exams, compare WebUntis library implementations, or validate auth flows such as JSON-RPC login, JWT minting, or shared-secret OTP.
- ▌ Exe Dev Fleet · lefant bundleFleet management for exe.dev VMs. Use when the user asks for system status, resource overview, fleet health, or VM inventory across exe.dev machines. Provides scripts for parallel probing of memory, disk, Docker, git repos, and process health.
- ▌ Feature Specs · lefant bundleCreate and manage feature specifications that capture WHAT a feature does and WHY, without prescribing HOW to implement it.
- ▌ Github Access · lefant bundleAccess GitHub repositories programmatically using the exe.dev GitHub integration, gh CLI, or REST API. Use when interacting with GitHub repositories, issues, pull requests, workflows, discussions, or actions. On exe.dev VMs, prefer the tokenless GitHub integration before falling back to local gh authentication or GH_TOKEN.
- ▌ Test Analyzer · lefant bundleAnalyze test failures from CTRF reports using jq for deterministic parsing
- ▌ Atomically Land · lefantLand a finished implementation cleanly by updating plans and issues, reviewing specs and ADRs, writing session docs, creating changelog fragments when appropriate, and preparing handover context.
- ▌ Mermaid Diagrams · lefant bundleBest practices for creating clear, well-structured Mermaid diagrams to visualize hierarchies, file structures, and component relationships.
- ▌
- ▌ Changelog Fragments · lefant bundleCreate and manage changelog fragments to track changes without merge conflicts. Each change gets its own file for parallel development.
- ▌ Skills Best Practices · lefant bundleUse when creating, extracting, reviewing, or refactoring agent skills. Covers self-contained skill packaging, SKILL.md structure, trigger descriptions, progressive disclosure, gotchas, defaults, bundled scripts, eval design, and with-skill vs baseline iteration. Use this whenever the user asks to turn docs or a workflow into a skill, improve a SKILL.md, audit skill quality, or make a skill pack more self-contained.
- ▌ Github Get Pr Comments · lefantGather pull request review feedback and combine it with recent local project context so reviewer comments can be addressed efficiently.
- ▌ Hitl Browser Automation · lefant bundleUse when browser automation needs a human checkpoint: the user wants to demonstrate a workflow once, watch and verify an agent-driven browser result before proceeding, log in or complete MFA/credential-sensitive steps manually, connect through VNC, or use agent-browser with human-in-the-loop browser control. This skill sets up and operates the bundled Browser Debug Hub runtime with safe loopback VNC/CDP defaults.
- ▌ Recent Context From Git · lefantSummarize recent local project context by reading recently changed documentation from git history. Use when the user asks for recent context from git or wants a compact status summary from local docs.
- ▌ Git Resolve Merge Conflicts · lefantResolve git merge conflicts by inspecting both sides, consulting recent local project context, applying safe resolutions, and completing the merge when the resolution is clear.
- ▌ Architecture Decision Records · lefant bundleCreate and manage Architecture Decision Records (ADRs) to document significant architectural choices and their rationale.