Packages Hugging Face ML tasks—dataset creation, model training, evaluation, Hub ops, Spaces deployment—as portable Agent Skills. Each is a SKILL.md folder agents load on demand, running unchanged across Claude Code, Codex, Gemini CLI, and Cursor.
Embeds Claude Code into Obsidian so a Claude-based agent can read, edit, search, and run bash inside your vault. Features include inline edits with diff previews, image analysis, slash-commands, skills/plugins, MCP integrations, and plan-mode.
Provides a Plan→Work→Review→Release harness for Claude Code agent workflows that enforces spec-driven tasks, TDD-backed implementation, independent review, and packaged evidence for PRs/releases. Exposes plugin/CLI commands and a Go-native guardrail engine to keep agent-driven code delivery reproducible and auditable.
Drives AI coding agents through a five-phase loop — discuss, plan, execute, verify, ship — offloading heavy work to fresh-context subagents to fight context rot. The main session stays lean while parallel waves do the building.
Fifteen reusable agent skills for curating LLM context windows, treating attention decay—not token capacity—as the real constraint. A routing layer benchmarked at 0.92 top-1 accuracy selects the right skill for each task.
Run official Claude Code/Codex/Gemini/OpenCode coding sessions locally and control them remotely via Web/PWA/Telegram — local-first workflow with seamless handoff between local and remote, AFK approvals from phone, voice assistant, and multi-agent CLI support.
Provides a visual plan-and-code review UI that lets humans annotate, approve, or send structured feedback to coding agents and PR diffs. Integrates with Claude Code, OpenCode, Copilot CLI, Pi and Codex; supports encrypted short-link sharing and self-hosting.
A step-by-step, beginner-first programming course that teaches 'vibe coding'—conversational workflows to turn ideas into AI-enabled web and full‑stack prototypes. Features interactive simulated coding, multi-language docs, stage-based projects (from simple demos to SaaS capstones) and advanced agent/Claude Code guidance.
Provides a set of Agent Skills that let LLM agents read, edit, and manipulate Obsidian files (Markdown, Bases, JSON Canvas) and interact with Obsidian via the CLI. Implements the Agent Skills spec for use with Claude Code, Codex CLI, and OpenCode, enabling automated note workflows and RAG over an Obsidian vault.
A Claude Code plugin for long-form serial fiction that keeps characters, timeline, and world rules consistent across hundreds of chapters. Facts are committed to a versioned state store, and review gates flag contradictions before each chapter.
Displays live session status inside Claude Code — token-accurate context bar, usage, active tools, running agents, and todo progress in a compact statusline. Uses Claude Code's native statusline API and is configurable for terminal workflows.
Implements a Manus-style, file-backed planning workflow for AI agents using a three-file Markdown pattern (task_plan.md, findings.md, progress.md) to persist plans, findings and session logs—reducing context drift and enabling session recovery. Adds IDE/CLI hooks to re-read plans and verify completion.