home / skills / sounder25

sounder25 skills

Find 24 skills from 1 repo created by sounder25 on GitHub.

1 repo
24 skills
GitHub

Sponsored

02_project_rename

sounder25/google-antigravity-skills-library

20
This skill safely renames a .NET solution, projects, and namespaces, with planned and recovery modes to prevent data loss.
04_clean_artifacts

sounder25/google-antigravity-skills-library

20
This skill safely removes build artifacts like bin and obj, respects gitignore, and frees disk space while avoiding source deletion.
15_generate_gitignore

sounder25/google-antigravity-skills-library

20
This skill creates or updates a .gitignore by fetching templates from GitHub/gitignore and merging them to exclude binaries and secrets.
12_dependency_tree_mapping

sounder25/google-antigravity-skills-library

20
This skill generates comprehensive dependency maps across codebases to identify single points of failure and reveal impact chains for safer refactoring.
07_deterministic_planner

sounder25/google-antigravity-skills-library

20
This skill enforces a deterministic planning phase by generating and validating PLAN.json with objectives, steps, verification, and rollback guidance.
00_workspace_forensics

sounder25/google-antigravity-skills-library

20
This skill generates a complete workspace profile with git signals and build configs, enabling downstream tools to verify forensics completeness.
03_sync_repos

sounder25/google-antigravity-skills-library

20
This skill detects drift across multiple git repositories, reports ahead/behind status, and optionally applies safe sync actions.
20_failure_postmortem

sounder25/google-antigravity-skills-library

20
This skill records and analyzes failures to identify root causes and preventive rules, ensuring durable postmortems and reduced recurrence.
01_run_eels_tests

sounder25/google-antigravity-skills-library

20
This skill automates running the Ethereum EELS tests against a local EVM, handling venv setup, execution, and results parsing.
19_adversarial_reviewer

sounder25/google-antigravity-skills-library

20
This skill generates a red-team critique of recent code to reveal weaknesses, edge cases, and overlooked assumptions before finalization.
22_state_overlay_consistency

sounder25/google-antigravity-skills-library

20
This skill detects and prevents state-visibility violations across execution contexts within a transaction to ensure consistent code and storage visibility.
09_multi_agent_delegation

sounder25/google-antigravity-skills-library

20
This skill creates isolated swarm sub-workspaces and prepares task-specific prompts and context for parallel worker agents to execute immediately.
18_pre_action_guard

sounder25/google-antigravity-skills-library

20
This skill validates high-stakes actions before execution, preventing data loss by ensuring safety rules align with the current plan.
14_detect_duplicate_files

sounder25/google-antigravity-skills-library

20
This skill detects duplicate files across a workspace by content hashes and reports deduplication opportunities to save space.
06_error_recovery

sounder25/google-antigravity-skills-library

20
This skill wraps command execution in a self-healing loop, auto-fixes common errors, and retries with structured error context.
17_impasse_detector

sounder25/google-antigravity-skills-library

20
This skill helps detect reasoning impasses by analyzing recent conversations and tool usage, then escalates when loops are detected.
21_skill_gap_identifier

sounder25/google-antigravity-skills-library

20
This skill analyzes failures or requests to scaffold new capabilities, creating structured skill folders, templates, and metadata for smooth evolution.
10_async_feedback

sounder25/google-antigravity-skills-library

20
This skill enables mid-task course correction by monitoring FEEDBACK.md and applying user guidance without restarting.
13_env_bash_mastery

sounder25/google-antigravity-skills-library

20
This skill analyzes host hardware to generate optimized, multi-core scripts that maximize performance across CPU, memory, and GPU, tailored to your environment.
16_mcp_connector

sounder25/google-antigravity-skills-library

20
This skill exposes an MCP server interface to Antigravity, enabling external agents to invoke skills as native tools.
23_paste_sanitizer

sounder25/google-antigravity-skills-library

20
This skill converts chatty terminal output into safe, paste-ready command blocks by filtering prompts and outputs.
11_llmstxt_doc_parsing

sounder25/google-antigravity-skills-library

20
This skill rapidly ingests llms.txt documentation to provide fast, accurate context for libraries and APIs.
08_context_pruner

sounder25/google-antigravity-skills-library

20
This skill prunes repository context to relevant files based on focus topics, reducing noise and preserving essential code.