By apocohq
Practical skills that teach AI agents to get things done — Gmail organization, morning triage, meeting minutes, code review, design planning, and more.
Extract substantive content from a meeting transcript, preserving important discussions verbatim and filtering out chitchat and inappropriate language
Convert VTT meeting transcripts from meetings/incoming/ into structured markdown notes in meetings/
Pick and implement the next user story from a PRD GitHub issue. Analyzes merged PRs for prior work and findings, proposes a plan, implements it, and creates a PR linking back to the PRD. Use when user says "ralph it", "ralph-it", or wants to work through PRD user stories.
Tracks Architecture Decision Records (ADRs) in docs/adrs/. Creates, lists, and updates ADRs following project conventions. TRIGGER when: user wants to record, review, or update an architectural decision.
Check and align a repo's .claude/settings.json and CLAUDE.md with team conventions. Use when the user wants to standardize a repo, align conventions, check settings, or bootstrap Claude Code config in a new project.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Practical skills that teach AI agents to get things done for you.
Install via the Apoco marketplace:
claude plugin install practical-skills@apoco
Or search for "practical-skills" in the /plugin UI.
Skills are invoked as /practical-skills:<skill-name> (e.g. /practical-skills:gmail-multi-inbox).
Also works with Agent Skills-compatible tools:
npx skills add apocohq/skills
Works in Claude Code, OpenCode, and other AI tools that support the format.
New repo? Inherited a project? This skill audits your .claude/settings.json and CLAUDE.md against team conventions and walks you through each gap one by one — attribution config, allowed tools, architecture principles, commit conventions, and recommended skills. It only applies changes you approve, so nothing gets overwritten by surprise.
Use when: bootstrapping Claude Code config in a new project, standardizing conventions across repos, or checking if a repo is aligned with team standards.
Messy branch history? This skill rebases and reorganizes your commits into clean, meaningful units for easy PR review. Automatically restructures branch history to make code review smoother and clearer.
Use when: preparing a branch for PR review, cleaning up WIP commits, reorganizing commit history.
Guide software design iteration before writing any code. Walks you through 4 sequential steps — capabilities, interactions, contracts, and components — to produce a clear, iterated design that prevents costly rework later.
Use when: designing a system, planning architecture, thinking through a feature's structure before implementing.
Working in a large repo and losing track of where things live? This skill generates or updates distributed STRUCTURE.md files across directories, each with concise one-line summaries of folders and files. It helps LLMs orient quickly in unfamiliar codebases and is especially useful for knowledge repositories where discoverability and navigation matter.
Use when: mapping project structure, improving LLM repo orientation, indexing documentation-heavy repos, and keeping folder-level overviews up to date.
Tired of a messy inbox? This skill scans your Gmail, figures out who's emailing you, and organizes everything into clean Multiple Inbox sections. It generates a Google Apps Script that sets up labels and filters automatically. It can also help you find noisy senders worth unsubscribing from. It keeps a local config, so you can run it again to add new senders or tweak categories over time.
Use when: organizing Gmail, setting up multiple inboxes, managing labels and filters, cleaning up subscriptions.
Have a plan or design you're not sure about? This skill interviews you relentlessly until reaching shared understanding. It stress-tests your decisions by walking down each branch of the design tree and resolving dependencies one by one.
Use when: stress-testing a plan, validating design decisions, preparing for a design review.
Got a meeting recording or transcript? This skill turns it into a clean, structured set of meeting minutes — decisions, action items, and key discussion points preserved verbatim. Works with .vtt files from Zoom, Teams, or any WebVTT-compatible recorder. Handles multilingual transcripts by translating to English automatically.
Requires: uv installed on your machine (used to run the VTT stripping script).
Use when: processing a meeting transcript, extracting action items, creating meeting notes, summarizing a recorded call.
Have a pile of meeting recordings sitting in a folder? This skill watches meetings/incoming/ (and ~/Downloads/) for .vtt transcript files, parses them into clean Markdown with frontmatter, adds a title and summary, and files them into meetings/ with a date-slug filename. No manual reformatting needed.
Requires: uv installed on your machine (used to run the VTT parsing script).
Use when: processing meeting transcripts, converting VTT files to markdown, organizing meeting notes.
Pick and implement the next user story from a PRD GitHub issue. Analyzes merged PRs for prior work and findings, proposes a plan, implements it, and creates a PR linking back to the original PRD.
Use when: working through PRD user stories, implementing the next feature from a spec.
npx claudepluginhub apocohq/claude-plugins --plugin practical-skillsMQTT channel for Claude Code — pub/sub bridge with topic-based access control. Manage subscriptions, allowlists, and QoS via /mqtt:access.
Clawdboard setup — install the macOS menu bar app that monitors Claude Code sessions, configure hooks, and set up IDE integration (iTerm2 and/or VS Code).
Session wrap-up workflow with multi-agent analysis pipeline for documentation, automation, learning, and follow-up suggestions
Process meeting transcripts into structured notes with action items
Project management and workflow commands
Hand off context to any AI coding agent. Creates comprehensive handoff documents that capture the current task, progress, modified files, and all relevant context needed to seamlessly continue work in any AI assistant (Claude Code, Cursor, Copilot, Aider, etc.).
Plugin for effective agentic development
Claude Code skill pack for TwinMind (24 skills)