Agent skill

secretary

Workspace and research management — dispatch analyses, monitor running agents, manage workspaces and threads.

ginlix-ai1,604★ · 1 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add ginlix-ai/LangAlpha --skill secretary --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/secretary/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,604
Language: Python

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

From the SKILL.md

# Secretary Skill Workflow patterns and operational details for the secretary tools. Basic tool signatures are in the tool descriptions — this covers what they don't. --- ## Operational Details ### HITL approval These actions pause for user confirmation before executing: - `manage_workspaces(action="create"|"delete"|"stop")` - `ptc_agent(...)` — always, before dispatch - `manage_threads(action="delete")` These run immediately (no approval): - `manage_workspaces(action="list")` - `manage_threads(action="list"|"get_output")` - `agent_output(...)` ### ptc_agent dispatch `ptc_agent` is **asynchronous** — it dispatches the question and returns immediately. The PTC agent runs in the background with full code execution, charts, and financial data tools. Return: `{ success, workspace_id, thread_id, status: "dispatched", report_back }` - Omit `workspace_id` → auto-creates a new workspace (blocks ~8-10s for sandbox init) - Pass `workspace_id` → dispatches to existing workspace (new thread) - Pass `thread_id` → continues an existing conversation (overrides `workspace_id`) - `report_back=True` (default) → when PTC completes, you'll automatically receive the results and should summarize them fo

What's inside
Steps it walks through
  1. Operational Details
  2. HITL approval
  3. ptcagent dispatch
  4. agentoutput
  5. Workflow Patterns
  6. "What's going on?" — Status overview
  7. Dispatch + Monitor — Full research cycle
  8. Continue an existing analysis
  9. Workspace cleanup
More from LangAlpha
All skills →
About this skill
What does the secretary skill do?

Workspace and research management — dispatch analyses, monitor running agents, manage workspaces and threads.

How do I install it?

Run `npx skills add ginlix-ai/LangAlpha --skill secretary --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 ginlix-ai/LangAlpha, a repository with 1,604 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