← all publishers

gabrielkoerich

@gabrielkoerich source repo

22 published skills

  1. Solana Best Practices · gabrielkoerich bundle
    Reviews Solana/Anchor programs for development best practices. Use when writing, reviewing, improving or auditing Solana smart contracts. 31 vulnerability patterns with 4 real-world case studies.
    1 install
  2. Solana Security Audit · gabrielkoerich bundle
    Comprehensive Solana smart contract security auditor. Covers 50+ attack vectors across Anchor, native Rust, and Pinocchio: sealevel attacks, arithmetic safety, CPI exploits, oracle manipulation, Token-2022 extension risks, upgrade authority, on-chain randomness, and real-world case studies through 2026 (Loopscale, DeFiTuna, Drift).
    1 install
  3. Git Worktrees · gabrielkoerich bundle
    Manage plain Git worktree feature branches without issue linking. Create a feature branch worktree, develop in isolation, push, and open a PR with commit-based changes summary.
    1 install
  4. Apple Calendar · gabrielkoerich bundle
    Apple Calendar.app integration for macOS. CRUD operations for events, search, and multi-calendar support.
    1 install
  5. Binance Prices · gabrielkoerich bundle
    Fetch cryptocurrency prices from Binance public API (no API key required). Use when user asks for BTC, ETH, SOL, or any crypto price from Binance.
    1 install
  6. Github Secrets · gabrielkoerich bundle
    Manage GitHub repository secrets via the GitHub API. Supports listing, adding, updating, and deleting repository and organization secrets. Use when user needs to manage GitHub Actions secrets, environment variables, or repository-level secrets securely.
    1 install
  7. X Twitter Brave · gabrielkoerich bundle
    Read and search X/Twitter using Brave browser automation with an authenticated local profile.
    1 install
  8. Contract Decoder · gabrielkoerich bundle
    Decode and reverse-engineer smart contract binaries for security research. Solana: extract instructions, discriminators, PDAs, and error codes from .so files. EVM: decompile bytecode to recover function selectors and storage layout. Use for bug bounty recon, verifying deployed code, or analyzing closed-source contracts.
    1 install
  9. X Twitter Chrome · gabrielkoerich bundle
    Read and search X/Twitter using Chrome browser automation with an authenticated local profile.
    1 install
  10. Elevenlabs Voices · gabrielkoerich bundle
    High-quality voice synthesis with 18 personas, 32 languages, sound effects, batch processing, and voice design using ElevenLabs API.
    1 install
  11. Evm Contract Audit · gabrielkoerich bundle
    Audits EVM/Solidity smart contracts for security vulnerabilities. Covers reentrancy, access control, flash loan exploits, upgrade issues, oracle manipulation, signature attacks, and more. Learned from EVMbench (120 real Code4rena vulnerabilities across 40 production codebases).
    1 install
  12. Beancount Analytics · gabrielkoerich bundle
    Analyze Beancount ledgers with reusable CLI reports and question-driven queries. Use when user asks for last month/last 12 months reports, spending breakdowns, savings trends, or direct finance questions from a .bean ledger.
    1 install
  13. Conventional Commits · gabrielkoerich bundle
    Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history, which makes it easier to write automated tools on top of. This convention dovetails with [SemVer](http://semver.org), by describing the features, fixes, and breaking changes made in commit messages.
    1 install
  14. Github Issue Worktree · gabrielkoerich bundle
    Manage Git worktrees for isolated development environments per GitHub issue. Use `gh issue develop` to register linked branches and `git worktree` for isolated directories. Use it when the user explicity ask to work in a given github issue.
    1 install
  15. Act · gabrielkoerich bundle
    Run GitHub Actions workflows locally using act. Test CI pipelines, debug jobs, and validate workflows before pushing.
    1 install
  16. Bird · gabrielkoerich bundle
    bird is a fast X CLI for tweeting, replying, and reading via X/Twitter GraphQL (cookie auth). Requires bird cli installed (bun add -g @steipete/bird)
    1 install
  17. Tmux · gabrielkoerich bundle
    Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
    1 install
  18. Github · gabrielkoerich bundle
    Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
    1 install
  19. Things3 · gabrielkoerich bundle
    Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.
    1 install
  20. Intelbras · gabrielkoerich bundle
    Monitor and control Intelbras alarm systems and cameras. Supports AMT series, Intelbras IFR alarms with HTTP API. Get status, arm/disarm, and check camera streams.
    3 installs
  21. Skill Lint · gabrielkoerich bundle
    Lint and auto-fix skill folders for metadata, naming consistency, path placeholder consistency, and optional agents/openai.yaml presence.
    1 install
  22. Solana Dev · gabrielkoerich bundle
    End-to-end Solana development playbook (Jan 2026). Prefer Solana Foundation framework-kit (@solana/client + @solana/react-hooks) for React/Next.js UI. Prefer @solana/kit for all new client/RPC/transaction code. When legacy dependencies require web3.js, isolate it behind @solana/web3-compat (or @solana/web3.js as a true legacy fallback). Covers wallet-standard-first connection (incl. ConnectorKit), Anchor/Pinocchio programs, Codama-based client generation, LiteSVM/Mollusk/Surfpool testing, and security checklists.
    1 install