Skip to main content
Run any Skill in Manus
with one click
OnlyTerp
GitHub creator profile

OnlyTerp

Repository-level view of 36 collected skills across 4 GitHub repositories.

skills collected
36
repositories
4
updated
2026-07-03
repository explorer

Repositories and representative skills

Showing top 8 of 14 collected skills in this repository.
Showing top 8 of 13 collected skills in this repository.
ast-grep
software-developers

Use ast-grep for structural (AST-aware) code search and refactoring instead of plain ripgrep when the intent depends on code structure โ€” not just text matching. Triggers on refactors, codemods, "find all X that don't Y", or any search where naive grep would miss edge cases.

2026-04-17
compact-hygiene
computer-occupations-all-other

Guides proactive /compact usage with preservation instructions to prevent context rot in long Cascade sessions. Triggers when context reaches ~50% of window, before large tool outputs, or when the user mentions "context", "compact", "drift", or "forgetting".

2026-04-17
planning-with-files
project-management-specialists

Use when any non-trivial task (>20 LOC or >1 file) would otherwise be done without a persistent plan. Produces and maintains a markdown plan file that survives session compaction and restarts. Based on the Manus-style planning pattern popularized by OthmanAdi/planning-with-files (18.4kโญ).

2026-04-17
pr-ready
software-developers

Turn a feature branch into a clean, reviewable PR. Squash WIP commits, polish messages, verify green checks, draft PR description. Invoke right before opening a PR.

2026-04-17
secret-scrubber
information-security-analysts

Scan a diff, branch, or working tree for leaked secrets, API keys, tokens, private keys, and PII before commit. Blocks the operation on CRITICAL findings, warns on MEDIUM. Pairs with the pre_commit hook.

2026-04-17
test-backfill
software-quality-assurance-analysts-and-testers

Fill test coverage gaps to hit the project's target (AGENTS.md says โ‰ฅ80% on src/). Reads existing tests to match style, prioritizes public-API and error paths, runs the suite after every batch.

2026-04-17
wiki-query
software-developers

Read the project wiki (vault/) before starting any non-trivial task. Surfaces relevant decisions, ownership, incidents, and glossary entries for the task at hand.

2026-04-17
wiki-update
software-developers

Maintain the project wiki in vault/. Use at the end of any session that produced a decision, fact, or state change. Extracts entities, updates topic pages, adds cross-links, never deletes. Pairs with the post_cascade_response_with_transcript hook.

2026-04-17
Showing 4 of 4 repositories
All repositories loaded