mcpbeat Sign in

Attendance Signin Sheet Agent Skill

> Generate printable attendance / 签到表 spreadsheets from name lists. Use when the user asks for 签到表, attendance sheet, meeting sign-in table, or similar printable roster tables (not full payroll attendance scoring unless asked).

433 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
194
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/vixues/LeAgent --skill attendance-signin-sheet

The instruction itself

5 sections, as written by the author

Attendance / sign-in sheet

Scope

  • In scope: printable sign-in / 签到 sheet with people rows and signature columns.
  • Out of scope: full attendance anomaly scoring, leave math, or payroll — decline

or hand off unless the user explicitly expands scope.

Before generating

If layout/business params are missing, call ask_user alone for 3–5 blockers:

  • Meeting / title text (and whether rows 1–3 are print title rows)
  • Name source (which attachment / column)
  • Sort order (e.g. by department, roster order)
  • Row height / grid / print centering (defaults: row height 22, show gridlines,

landscape or portrait per user)

  • Extra columns (employee id, department, signature, date)

Generate

  • Prefer excel_generator with real data rows (never header-only).
  • If scripting is required, use code_execution, then cite the managed

file_id / download_url from the tool result (never a sandbox path).

  • If quality_passed is false, fill data and regenerate until the download has

content rows.

After user corrections

Fold corrected rules (row height, title rows, sort map) back into this skill /

procedure memory for the next run — do not only fix the one-off file.

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
Generic Assistant
by mastra-ai
vendor

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
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

How to use it

Copy the folder

Take vixues/attendance-signin-sheet 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.