apps/api/app/skills/community/persona_exec_assistant/SKILL.md
Manage an executive's schedule, inbox, and communications.
npx skillsauth add nomad3/servicetsunami-agents persona-exec-assistantInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
PREREQUISITE: Load the following utility skills to operate as this persona:
gws-gmail,gws-calendar,gws-drive,gws-chat
Manage an executive's schedule, inbox, and communications.
gws workflow +standup-reportgws workflow +meeting-prepgws workflow +weekly-digestgws workflow +standup-report to get the executive's agenda and open tasks.gws workflow +meeting-prep to see attendees, description, and linked docs.gws gmail +triage --max 10 — prioritize emails from direct reports and leadership.gws calendar +insert — always check for conflicts first using gws calendar +agenda.gws gmail +send — keep tone professional and concise.--format table for quick visual scans of agenda and triage output.gws calendar +agenda --week on Monday mornings for weekly planning.development
--- name: writing-plans engine: markdown version: 1 category: coding tags: [planning, tdd, implementation, tasks] auto_trigger: "Use when creating an implementation plan for a multi-step feature or task" source_repo: https://github.com/obra/superpowers --- ## Description Create comprehensive, bite-sized implementation plans with full file structure mapping, TDD steps, and zero placeholders. # Writing Plans ## Overview Write comprehensive implementation plans assuming the engineer has zero co
development
--- name: smart-commit engine: markdown version: 1 category: coding tags: [git, commit, quality, conventional-commits] auto_trigger: "Use when ready to commit changes with quality checks and a good commit message" source_repo: https://github.com/angakh/claude-skills-starter --- ## Description Run quality checks, then stage and commit with a well-formed conventional commit message. # Smart Commit ## Overview Run quality checks, then stage and commit with a well-formed conventional commit mess
development
--- name: security-review engine: markdown version: 1 category: coding tags: [security, owasp, vulnerabilities, pentest, audit] auto_trigger: "Use when doing a security audit, reviewing auth code, or before merging sensitive changes" --- ## Description Deep security audit of changed code focused exclusively on vulnerabilities — more thorough than a regular code review. # Security Review ## Overview Deep security audit of changed code. Focuses exclusively on vulnerabilities — more thorough th
tools
--- name: scaffold engine: markdown version: 1 category: coding tags: [scaffold, boilerplate, codegen, templates, components] auto_trigger: "Use when generating boilerplate for a new component, endpoint, model, or test file" source_repo: https://github.com/angakh/claude-skills-starter --- ## Description Generate boilerplate for common code structures: React components, API endpoints, test files, data models, CLI commands. # Scaffold ## Overview Generate boilerplate for common code structures