Sounder25
- 23 skills
- 0 followers
- 1 week ago last updated
- ▌ Adversarial Reviewer · sounder25 bundleGenerates a 'Red Team' critique of recent code or plans to identify weak assumptions and edge cases.
- ▌ Skill Gap Identifier · sounder25 bundleAnalyzes failures or user requests to automatically scaffold new skills, ensuring structural evolution.
- ▌ Deterministic Planner · sounder25 bundleEnforces a structural planning phase before execution. Generates and validates PLAN.json to ensure every task has a clear objective, steps, verification method, and rollback strategy.
- ▌ Agent Swarm Spawner · sounder25 bundlePrepares isolated sub-workspaces for parallel agent execution. Copies context and generates specific mission instructions for "Worker" agents.
- ▌ Detect Duplicate Files · sounder25 bundleIdentify duplicate files across the workspace using SHA256 hashing to reduce redundancy and confusion.
- ▌ Dependency Tree Mapping · sounder25 bundleGenerate comprehensive dependency graphs to identify "single-points-of-failure" and impact analysis chains.
- ▌ State Overlay Consistency Checker · sounder25Detect and prevent state-visibility violations across execution contexts within a single transaction.
- ▌ Sync Multi Repo State · sounder25 bundleDetects drift between multiple git repositories (e.g. forks, mirrors, or multi-module projects). Generates a drift report and optionally applies sync actions.
- ▌ MCP Connector · sounder25 bundleProvides a Model Context Protocol (MCP) server interface to the skills library, allowing any MCP-compliant agent (e.g. Claude Desktop) to invoke Antigravity skills as native tools.
- ▌ Run Eels Test Suite · sounder25 bundleAutomates running the Ethereum Execution Layer Specification (EELS) tests against a local EVM implementation. Handles venv setup, execution, and result parsing.
- ▌ Project Wide Rename · sounder25 bundleSafely renames a .NET project (solution, projects, namespaces, directories) from one name to another. Supports Planned (clean) and Recovery (dirty) modes.
- ▌ Error State Recovery · sounder25 bundleWraps command execution in a self-healing loop. Uses heuristics to auto-fix common errors (missing deps, locked files) or escalates to the Agent with structured error context.
- ▌ Context Window Pruner · sounder25 bundleOptimize information density by filtering workspace files based on relevance to the current task. Excludes high-noise files (lockfiles, assets) and prioritizes source code matching semantic queries.
- ▌ Clean Build Artifacts · sounder25 bundleRemoves ignored build artifacts (bin, obj, node_modules) to reclaim space and fix ghost build errors. Safely respects .gitignore.
- ▌ Paste Sanitizer · sounder25Convert mixed terminal output and instructions into safe, paste-ready command blocks.
- ▌ Environment Specific Bash Mastery · sounder25 bundleGenerate optimized scripts that utilize the specific hardware (cores, GPU, OS) of the execution environment.
- ▌ Impasse Detector · sounder25 bundleDetects when the agent is stuck in a reasoning loop or unproductive state by analyzing tool usage and sentiment patterns.
- ▌ Pre Action Guard · sounder25 bundleA QA gate that validates potentially destructive or irreversible actions before execution.
- ▌ Update Intent Breadcrumbs · sounder25 bundleUpdates standardized intent files (NEXT.md, STATE.json) to maintain context across agent sessions.
- ▌ Generate Gitignore · sounder25 bundleCreate or update .gitignore files by fetching standard templates from the GitHub/gitignore repository.
- ▌ Failure Postmortem · sounder25 bundleStructured logging and analysis of execution failures to prevent recurrence.
- ▌ Workspace Forensics Audit · sounder25 bundleGenerate comprehensive workspace profile with git signals, build configs, and forensics completeness tracking. Foundation skill for all other workspace operations.
- ▌ Llms Txt Doc Parsing · sounder25 bundleRapidly ingest documentation via the /llms.txt standard to gain "fast-track" understanding of libraries without scraping entire sites.