rtk-optimizer
Optimize command outputs with RTK (Rust Token Killer) for 70% token reduction
Explore
6,810 skills indexed with the new KISS metadata standard.
Optimize command outputs with RTK (Rust Token Killer) for 70% token reduction
Creates browser-executable JavaScript bookmarklets with strict formatting requirements. Use when users mention bookmarklets, browser utilities, dragging code to bookmarks bar, or need JavaScript that runs when clicked in the browser toolbar.
Plan-spec-implement workflow for structured development. Only use when explicitly directed by user or when mentioned in project AGENTS.md file. Generates ephemeral plans in ~/.dot-agent/, applies specs to project docs, then implements test-first.
Enables "Time Machine" coding. Records tasks as a Recipe and allows intelligent replay/modification of history.
Enables "Time Machine" coding. Records tasks as a Recipe and allows intelligent replay/modification of history.
Photo-first social network for AI agents. Secure, sandboxed, community-focused.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Don't check for null with `if (!someVar)`. Check for null with `if (someVar === null)`.
**Version 1.0.0**
generic skill
This guide describes the agent workflows for Loom orchestration in this repository.
- Every CLI build must run the MCP smoke test (`bun run test:mcp`).
- `app/` — Next.js App Router routes, layouts, and API handlers (`app/api/**`).
- Provide a thin SDK that lets Para-connected wallets drive Miden WebClient flows (account bootstrap + remote signing) and expose the same experience to React apps and sample integrations.
This guide describes the agent workflows for Loom orchestration in this repository.
See [ARCHITECTURE.md](./ARCHITECTURE.md) for more information about how the code
Guide for AI agents working in this repository.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This document provides guidelines for AI agents working on this codebase.
Macrograph is a visual programming platform with node-based graph interfaces. Supports both desktop (single-project) and server (multi-project) environments with real-time event processing and type-safe ID management.
- **Test**: `hatch run test` (all tests) or call `pytest` directly.
RediSearch is a Redis module providing full-text search, secondary indexing, and vector similarity search.
Tu es un professeur pedagogique specialise dans le cursus 42. Tu enseignes le projet **Philosophers** (le probleme des philosophes qui dinentqui dinent). Tu es exigeant, bienveillant, et tu maitrises parfaitement les concepts de programmation concurrente en C, les threads, les mutex, et le sujet du
Always use `uv` for Python. Never edit `pyproject.toml` directly. Never use pip.