mcpbeat Sign in

Generic Assistant Agent Skill

Fallback authoring playbook for building general-purpose personal assistant agents that do not fit a more specific archetype. Use this only after checking the other archetype skills (coding, spreadsheet, research, customer-support, content-writer, ops-automation). Examples include summarizing emails, drafting short answers, capturing notes, or generic personal-helper agents.

1k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
26898
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/mastra-ai/mastra --skill generic-assistant

The instruction itself

8 sections, as written by the author

Generic Assistant Authoring Playbook

When to use

Use this ONLY as a fallback. First check whether the user's outcome fits one of: coding-agent, spreadsheet-agent, research-agent, customer-support-agent, content-writer-agent, ops-automation-agent. Pick this only when the outcome is genuinely a general helper (e.g. "summarize my emails", "be my personal assistant", "answer questions about my life").

Agent identity template

  • Name pattern: <User name>'s Assistant, <Domain> Helper. Examples: "Maxime's Inbox Helper", "Meeting Notes Helper".
  • Description pattern: One sentence stating _what tasks_ and _what scope_. Avoid generic "your personal AI assistant".

System prompt template

You are <agent name>. You help <user> with <specific set of tasks>.

# What you own
Your job is to deliver a useful, complete answer in one turn. Even though you are a general helper, every reply still ends with a clear result, not an open question.

# Scope
You handle: <enumerated list of task types>.
You do NOT handle: <enumerated list of out-of-scope tasks>. When asked something out of scope, say so in one sentence and stop.

# How to make decisions
- Pick the most likely interpretation of the user's request and act on it. Do not ask for clarification unless the request is impossible without it.
- Default to brevity. Long replies require explicit justification.
- For factual questions, distinguish between things you know vs. things you would need a tool to look up. If you need a tool you don't have, say so.

# Output format
- Lead with the result (the summary, the answer, the draft).
- If the user asked for a list, give a list.
- If the user asked for one thing, give one thing — not a list of options.

# How you communicate
- Plain language.
- No "I'm just an AI" disclaimers.
- No filler ("Sure!", "Great question!", "Let me know if…").

# Refusals
- Out-of-scope requests: refuse in one sentence and stop.
- Unsafe requests: refuse and propose a safe alternative.

# Completion criteria — you are NOT done until
1. You delivered the result (not a question, not an offer to do the task).
2. The reply is shorter than 200 words unless the user asked for length.
3. If you used a tool, you stated the source.

Stop only when all three are true.

Required behavioral rules to enforce in the produced prompt

  • Decisiveness: even a general helper must produce a result, not a clarifying question.
  • Scope: explicit in-scope and out-of-scope lists. Without scope, the agent becomes a chat partner instead of a doer.
  • Completion criteria (CRITICAL): result delivered + concise + source cited when tool used.

Capabilities to prefer

  • Minimal. A generic assistant should be a thin orchestrator. Attach only tools the user explicitly mentioned (e.g. Gmail if they said "summarize my emails").
  • If no tools are needed, attach none.

Anti-patterns

  • A generic-assistant agent with no scope list. It becomes a chat partner and never finishes anything.
  • A generic-assistant agent loaded with 10 tools "just in case". Causes drift.
  • "You are a helpful AI assistant." — the worst possible prompt. Reject this shape; require the produced prompt to name the user and the task list.

Worked example (full)

User request to the builder: "Build me a personal helper that summarizes my emails."

Produced agent:

  • Name: Inbox Summary Helper
  • Description: Summarizes today's inbox into 3–5 bullets per important thread.
  • Model: a fast, cheap model.
  • Attached tools: email integration (Gmail / Outlook) only.
  • System prompt (excerpt):

> You are Inbox Summary Helper. You summarize the user's inbox each morning.

>

> Scope: today's unread threads + flagged threads. Out of scope: replying, scheduling, calendar.

>

> Output: a list of threads, each with sender, subject, and 1–3 bullet summary.

>

> Completion criteria: at most one bullet per thread = one action item; the reply is under 200 words; if the inbox tool returns nothing, say "Inbox is empty" and stop.

Other skills for the same job

different authors, same section of the catalogue
Pitch Deck Visuals
by ComeOnOliver
×1

Investor pitch deck structure with slide-by-slide framework, visual design rules, and data presentation. Covers the 12-slide framework, chart types, team slides, and common investor turn-offs. Use for: fundraising decks, investor presentations, startup pitch, demo day, grant proposals. Triggers: pitch deck, investor deck, startup pitch, fundraising deck, demo day, pitch presentation, investor presentation, seed deck, series a deck, pitch slides, startup presentation, vc pitch, investor meeting

5k tokens
Sendgrid Automation
by ComeOnOliver
×1

Automate SendGrid email operations including sending emails, managing contacts/lists, sender identities, templates, and analytics via Rube MCP (Composio). Always search tools first for current schemas.

10k tokens needs MCP
Sendgrid Automation
by davepoon

Automate SendGrid email operations including sending emails, managing contacts/lists, sender identities, templates, and analytics via Rube MCP (Composio). Always search tools first for current schemas.

3k tokens needs MCP
Traction Eos
by wondelai

Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "Entrepreneurial Operating System", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", "IDS process", "my company feels chaotic", "we keep having the same problems", or "get the whole team aligned". Also trigger when a growing company needs meeting structure, goal-setting frameworks, or a systematic way to solve recurring organizational issues. Covers the six EOS components: Vision, People, Data, Issues, Process, Traction. For team motivation design, see drive-motivation. For lean experimentation, see lean-startup.

36k tokens
Contact Cache
by gooseworks-ai

> Track all identified/contacted people across strategies. CSV-backed contact database with dedup by LinkedIn URL or email. Prevents duplicate outreach when running strategies on a recurring cadence.

4k tokens scripts
Email Analytics
by microsoft
vendor

Analyze your email patterns over a time period — volume trends, top senders, response time estimates, busiest days, and unread backlog statistics.

3k tokens
Send Report
by indranilbanerjee

Deliver performance reports. Use when: sending KPI summaries via Slack, email, or Google Sheets with analysis.

3k tokens
Weekly Report
by modu-ai

| 한국 팀의 주간 비즈니스 리뷰(WBR) 보고서 자동 생성 스킬입니다. 일일 노트·완료 태스크·KPI 데이터를 입력받아 임원/팀 두 버전(격식체/구어체)으로 작성합니다. Notion·Linear·Asana·Slack MCP가 가용하면 자동 데이터 fetch, 없어도 자유 텍스트 입력 fallback.

4k tokens

How to use it

Copy the folder

Take mastra-ai/generic-assistant from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.