← all publishers

hosaypeng

@hosaypeng source repo

31 published skills

  1. Push · hosaypeng
    Commit staged changes and push to GitHub remote. Use when user says 'push this', 'commit and push', 'push to GitHub', 'save and push', or after completing changes that should be pushed upstream.
    0
    installs
  2. Cleanup · hosaypeng bundle
    Remove Claude session artifacts, system caches, project build artifacts, or forensic app traces. Use '/cleanup session' after Claude work, '/cleanup system' for disk space, '/cleanup purge' for stale node_modules/build dirs, '/cleanup forensic' for privacy, or '/cleanup' to run all.
    0
    installs
  3. Explain · hosaypeng bundle
    Explain a file, folder, or entire codebase with terminal output and an interactive HTML slide deck. Use when user says 'explain this code', 'what does this project do', 'walk me through this repo', 'explain this file', 'visual overview', or 'make slides for this repo'.
    0
    installs
  4. Recover · hosaypeng
    Analyze agent failures and provide recovery strategies with rollback options. Use when user says 'something broke', 'recover from error', 'rollback', 'fix this failure', 'undo what went wrong', or after a failed operation needs diagnosis and recovery.
    0
    installs
  5. Diagnose · hosaypeng bundle
    Run comprehensive system diagnostics including hardware, network, and security. Use when user says 'diagnose my system', 'system health check', 'security audit', 'check performance', 'full diagnostics', 'am I secure', or 'scan for malware'.
    0
    installs
  6. Kill Sync · hosaypeng bundle
    Kill and cleanly relaunch Sync.app to remove phantom windows from Mission Control. Use when Sync shows up in Mission Control despite being a menu-bar-only app.
    0
    installs
  7. PDF To Md · hosaypeng bundle
    Convert scanned newspaper or magazine PDFs to readable Markdown using OCR + Claude cleanup. Use when user says 'convert PDF to markdown', 'extract text from newspaper PDF', 'read this PDF as markdown', or drops a newspaper PDF.
    0
    installs
  8. Edit Habit · hosaypeng bundle
    Add, remove, or rename habits across all entries in all_habits*.md. Use when user says 'add a habit', 'remove a habit', 'rename a habit', 'edit my habits', 'change habit name', or needs to modify the habit tracker structure.
    0
    installs
  9. Git Status · hosaypeng bundle
    Scan all local git repositories for uncommitted changes, unpushed commits, and stale branches. Use when user says 'check my repos', 'git status all', 'any unpushed changes', 'repo health check', 'stale branches', or 'what needs committing'.
    0
    installs
  10. Track Cost · hosaypeng
    Analyze Claude agent session activity, tool call frequency, and resource usage patterns. Use when user says 'how much did that cost', 'track usage', 'show tool usage', 'cost report', or to review session efficiency.
    0
    installs
  11. Audit Paths · hosaypeng bundle
    Scan CLAUDE.md, MEMORY.md, memory files, and LaunchAgent plists for dead file/directory paths. Use when user says 'audit paths', 'check for dead paths', 'stale references', or after restructuring files/directories.
    0
    installs
  12. Audit Vault · hosaypeng bundle
    Audit Obsidian vault for broken wikilinks, invalid tags, missing frontmatter, orphan notes, and empty files. Use when user says 'audit vault', 'vault health', 'check my notes', or periodically for hygiene.
    0
    installs
  13. Code Review · hosaypeng bundle
    Expert code review with senior engineer lens. Detects SOLID violations, security risks, test gaps, dependency issues, and proposes actionable improvements. Use when user says 'review my code', 'code review', 'check this PR', 'review these changes', or 'audit this diff'.
    0
    installs
  14. Define Task · hosaypeng
    Create well-defined autonomous task specifications with outcomes and acceptance criteria. Use when user says 'define a task', 'write a task spec', 'create acceptance criteria', 'scope this work', or needs to structure a task for autonomous agent execution.
    0
    installs
  15. Threat Hunt · hosaypeng bundle
    Detect nation-state spyware (Pegasus, Candiru/DevilsTongue), credential theft, and verify physical-security mitigations on macOS. Use when user says 'threat hunt', 'check for pegasus', 'spyware scan', 'am I being surveilled', 'nation-state', 'advanced threat', 'APT scan', 'check for spyware', or 'credential exposure'.
    0
    installs
  16. Analyze Page · hosaypeng
    Fetch and analyze full webpage content without summarization loss. Use when user says 'analyze this page', 'read this URL fully', 'get the full page content', 'extract details from this site', or needs exact quotes or complete data from a webpage.
    0
    installs
  17. Audit Icloud · hosaypeng bundle
    Audit all iCloud containers for files, artifacts, caches, and metadata. Scans every app container in ~/Library/Mobile Documents/. Use when user says 'audit icloud', 'check icloud', 'what's in my icloud', or 'icloud cleanup'.
    0
    installs
  18. Audit Skills · hosaypeng bundle
    Scan all Claude skills for quality issues: inline bash that should be extracted to scripts, missing metadata, naming violations, broken cross-references, and script convention violations. Use when adding new skills, after refactoring skills, or periodically for hygiene.
    0
    installs
  19. Health Check · hosaypeng bundle
    Check system health across LaunchAgents, git repos, vault backup, and habits pipeline. Only alerts on failures. Use when user says 'health check', 'is everything working', 'check my systems', or 'anything broken'.
    0
    installs
  20. Snapshot Env · hosaypeng bundle
    Capture a reproducible environment snapshot with exact tool versions, dependencies, git state, and system info. Use when user says 'snapshot my environment', 'capture env', 'save environment state', or before risky operations to enable reproduction.
    0
    installs
  21. Persist State · hosaypeng
    Save current agent work state to scratchpad for resumable workflows. Use when user says 'save my progress', 'checkpoint this work', 'persist state', 'save for later', or before ending a long-running session that should be resumable.
    0
    installs
  22. Update Habits · hosaypeng bundle
    Parse habits from Obsidian all_habits*.md and push updated heatmap to GitHub Pages. Use when user says 'update heatmap', 'push habits', 'sync habits to site', or after checking habit boxes in Obsidian.
    0
    installs
  23. Extract Biodata · hosaypeng bundle
    Extract applicant biodata from PDF files and auto-populate biodata_summary.md tables. Use when user says 'extract biodata', 'process biodata PDFs', 'update biodata table', or 'scan applicant PDFs'.
    0
    installs
  24. Finance Analysis · hosaypeng
    Comprehensive financial and psychological analysis of personal finance data. Use when user says '/finance-analysis', 'analyze my finances', 'spending analysis', 'financial review', 'how am I doing financially', or 'budget check'.
    0
    installs
  25. Require Approval · hosaypeng bundle
    Create structured approval checkpoints for high-stakes or irreversible decisions. Use when an agent needs human sign-off before destructive actions, production deployments, financial operations, data deletion, or security changes.
    0
    installs
  26. Setup Benchmarks · hosaypeng
    Scaffold testing and benchmark infrastructure for a project. Use when user says 'set up tests', 'add benchmarks', 'create test suite', 'initialize CI', or when starting a new project that needs test/benchmark scaffolding.
    0
    installs
  27. Public Repo Audit · hosaypeng bundle
    Validate repository is safe for public release. Scans for secrets, personal info, large files, and .gitignore gaps.
    0
    installs
  28. Update Dependencies · hosaypeng
    Sweep all dependency paths after vault structural changes (file moves, renames, deletions). Auto-fixes safe issues, reports risky ones. Use when user says 'update dependencies', 'check dependencies', 'sweep deps', or after bulk vault changes.
    0
    installs
  29. Standardize Filenames · hosaypeng bundle
    Instantly standardize all filenames in a directory to lowercase snake_case with YYYY-MM-DD dates. Use when user says 'fix filenames', 'standardize filenames', 'rename files to snake_case', 'clean up file names', or after downloading files that need consistent naming.
    0
    installs
  30. Extract Bank Statement · hosaypeng bundle
    Extract transactions from bank account PDF statements and output pipeline-compatible CSVs. Use when user says 'extract transactions from PDF', 'convert bank statement to CSV', or 'parse this bank statement'.
    0
    installs
  31. Personal Finance Update · hosaypeng bundle
    Run the finance pipeline, extract numbers from master CSVs, diff against Obsidian note, and update stale tables. Use when user says '/personal-finance-update'.
    0
    installs