secretary
Workspace and research management — dispatch analyses, monitor running agents, manage workspaces and threads.
Profile →npx skills add ginlix-ai/LangAlpha --skill secretary --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Operational Details
- HITL approval
- ptcagent dispatch
- agentoutput
- Workflow Patterns
- "What's going on?" — Status overview
- Dispatch + Monitor — Full research cycle
- Continue an existing analysis
- Workspace cleanup
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.