Agent skill · Workflow & Productivity

attendance-signin-sheet

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

vixuesgithub.com/vixuesGitHub ↗
claude-coderead-onlyApache-2.0
Install
npx skills add vixues/LeAgent --skill attendance-signin-sheet --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.0
Allowed tools: ask_userexcel_generatorexcel_readercode_executioncsv_processor
Path: backend/leagent/skills/builtin/attendance-signin-sheet/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 195
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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: 1. Meeting / title text (and whether rows 1–3 are print title rows) 2. Name source (which attachment / column) 3. Sort order (e.g. by department, roster order) 4. Row height / grid / print centering (defaults: row height 22, show gridlines, landscape or portrait per user) 5. 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.

What's inside
Steps it walks through
  1. Scope
  2. Before generating
  3. Generate
  4. After user corrections
More from LeAgent
All skills →
About this skill
What does the attendance-signin-sheet skill do?

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

How do I install it?

Run `npx skills add vixues/LeAgent --skill attendance-signin-sheet --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From vixues/LeAgent, a repository with 195 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going