grandamenium
- 151 skills
- 0 followers
- 1 day ago last updated
- ▌ M2c1 Worker · grandameniumYou need to build software autonomously — a new project, a major feature, or any structured development task. You will act as the 'human' supervisor for a dedicated M2C1 worker session, managing it through all 12 phases: provide the brain dump, answer discovery questions, configure tools and credentials, monitor progress via bus messages and git, validate the output, and clean up when done. Use when the work is large enough to warrant a dedicated isolated build session.
- ▌ Business News Monitor · grandameniumDaily cron-driven scan of news/forums/social in a domain to surface market shifts, new competitors, regulatory changes, and net-new opportunities. Use when: running a scheduled daily/weekly news pass, or when an idea-grooming pass needs fresh signal. Domain config (sources, keywords, thresholds) lives in agent config.
- ▌ Autoresearch · grandameniumThe analyst has assigned you a research cycle, or you have identified a metric you want to improve through systematic experimentation. You will form a hypothesis, make a targeted change, measure the outcome against a baseline, and decide whether to keep or discard the change. You repeat this loop until the metric improves or you exhaust viable hypotheses. This is not ad-hoc research — it is structured scientific iteration with a defined metric, a hypothesis, and a measurable result.
- ▌ Obsidian Log · grandameniumWrite key decisions, project milestones, and feedback rules back to the Obsidian vault. Use this after confirming any architectural decision, project milestone, or durable feedback rule — keeps the vault current with agent memory.
- ▌ Event Logging · grandameniumYou have just completed a task, started a session, dispatched work to another agent, finished a research cycle, or taken any significant action — and you need to record it so the dashboard activity feed shows your work. Without logging, you are invisible. Every session start, task completion, and major coordination action must produce at least one event. If you have been active but see no events in the dashboard, you have been logging nothing.
- ▌ Upstream Sync · grandameniumCheck for cortextOS framework updates from the remote repo. Fetches changes, categorizes them, explains in plain English, and applies only with user approval.
- ▌ Weekly Review · grandameniumWeekly comprehensive synthesis. Run Sunday evening or when user requests. Reviews week's accomplishments across all agents, evaluates performance, plans next week.
- ▌ Worker Agents · grandameniumYou have a task that would benefit from running in a separate isolated Claude Code session — either because it is long-running and you do not want it to consume your context window, or because you want multiple pieces of work running in parallel that each require a full Claude Code session with its own tools, memory, and context (not just a subagent call). You will spawn one or more ephemeral worker sessions, give each a focused task, monitor their progress via the bus, and collect their outputs when done.
- ▌ Catalog Browse · grandameniumBrowse the community catalog for new skills, agent templates, and org templates. Discover what is available and recommend useful items to the user.
- ▌ Evening Review · grandameniumEnd-of-day review workflow. Triggered by evening cron. Summarizes the day across all agents, evaluates orchestrator performance, prepares tomorrow, proposes overnight work for approval.
- ▌ Knowledge Base · grandameniumYou are about to research a topic, answer a factual question about the org, or look up context about a person, project, or tool. Before searching the web or asking the user, query the knowledge base first — the answer may already exist from a previous research session. After you complete any substantial research, ingest your findings so future agents do not repeat the same work. The KB is the org's shared memory across all agents.
- ▌ Morning Review · grandameniumDaily morning briefing workflow. Triggered by morning cron. Pulls overnight agent work, checks goals state, cascades goals to agents, schedules tasks, sends briefing to user.
- ▌ Nighttime Mode · grandameniumAutonomous overnight orchestration mode. Active outside day hours. Dispatch and monitor deep work across agents while user sleeps. Internal building only — no external actions.
- ▌ Goal Management · grandameniumDaily goal lifecycle management. Use for: morning briefing goal cascade, setting daily focus, refreshing agent goals, reviewing goal progress. Triggered daily as part of morning review.
- ▌ Activity Channel · grandameniumYou have completed something significant and want the whole org — all agents and the user — to know about it. Or you need to broadcast a status update, a briefing summary, or a coordination announcement that is not directed at one specific agent. Use this skill any time the audience is the entire org rather than a single person or agent.
- ▌ Agent Management · grandameniumYou need to create a new agent, restart a crashed agent, change an agent's model or config, fix a Telegram bot token, troubleshoot why an agent is not responding, enable or disable an agent, spawn an agent for another user, manage PM2 process management, reset crash limits, or do anything that touches an agent's lifecycle, configuration, or credentials. This is the definitive guide for every agent operation in cortextOS.
- ▌ Multi Perspective Grilling · grandameniumPressure-test a plan, idea, or active strategy by walking it through a fixed roster of distinct skeptical perspectives. Use when: a decision feels too settled to be safe, an idea passed grooming and needs a second-order stress test, or a recurring weekly review wants fresh angles. Personas defined here, domain customization in agent config.
- ▌ Community Publish · grandameniumPackage a local skill, agent, or org template for community sharing. Strips PII, scans for secrets, prepares a clean submission, and opens a PR to the community catalog.
- ▌ Delegation Matrix · grandameniumOrchestrator/agent/Codex delegation matrix. Reference this when scoping a task to determine who owns what. Covers three Codex modes: reviewer-only (default), implementer+reviewer, and no Codex.
- ▌
- ▌ Agentcard Purchase · grandameniumYou need to make a purchase on behalf of the user — buy a SaaS subscription, pay for an API, purchase a domain, or any transaction requiring a credit card. Use this skill to request approval, issue a scoped virtual Visa card via AgentCard, and complete the purchase autonomously. Requires the AgentCard MCP server to be configured.
- ▌ System Diagnostics · grandameniumSomething in the system feels stuck or wrong — tasks are not moving, an agent has gone quiet, goals have not been updated in days, or the orchestrator has asked for a system health report. You need to run a structured check: stale tasks, stale goals, overdue human tasks, fleet heartbeat status, and metrics. This is your diagnostic toolkit. Run it on every heartbeat (orchestrator) and whenever something seems off.
- ▌ Voice Agent Factory · grandamenium bundleTurn ANY cortextOS agent into a live ElevenLabs voice agent: mine its skills, CLIs, MCPs, and transcripts into a tool catalog, distill its skills into a voice persona, dynamically generate a policy-gated gateway and all code per target (NO pre-built scripts), test exhaustively on probe-shaped fixtures, provision on ElevenLabs with automatic tier fallback, and verify end-to-end with real conversations before shipping a link.
- ▌ Local Version Control · grandameniumDaily git snapshots of agent workspace changes. Stages files with safety checks, reviews diff for PII, commits with descriptive message. Never pushes automatically.
- ▌ Rate Limit Management · grandameniumFramework protocol for responding to Claude Max API usage thresholds. Three-tier wind-down and recovery. Agent-specific behavior belongs in deployment config, not here.
- ▌ Cortext Self Diagnosis · grandamenium bundleDiagnose cortextOS itself when the framework misbehaves — an agent has gone silent or wedged, agents are crash-looping, Telegram or agent-to-agent messages are not arriving, crons did not fire, an agent re-onboards or shows offline when it is running, the daemon died, or the whole fleet is down. Walks a structured evidence-first investigation across logs, the message bus, state markers, and daemon output, then classifies the finding as local config vs. a genuine framework bug — and for real bugs, drives a fix branch, a user-run test matrix, a PII/focus gate, and an upstream PR. Use this whenever someone asks you to debug, investigate, troubleshoot, or explain anything about cortext/cortextOS behavior, even casually ("why did my agent stop replying", "is something broken", "cortext is acting weird"). For stale tasks, stale goals, or workload health instead, use system-diagnostics.
- ▌ Auto Skill · grandameniumYou just completed a complex task that required 8+ distinct tool calls, or you noticed you are solving the same type of problem for the third time. Create a skill candidate draft so this workflow can be reused in future sessions without rediscovery. Draft goes to skills/drafts/ — never auto-activates until the user approves.
- ▌ Claude To Codex Migration · grandamenium bundleMigrate ANY cortextOS agent from the claude-code runtime to the live codex-app-server runtime. Use this whenever a user wants to convert, port, move, or switch a Claude-cortextOS agent to Codex / gpt-5-codex / gpt-5.5, "make agent X run on codex", "turn this claude agent into a codex agent", or asks how a Claude agent's CLAUDE.md / .claude/skills / .mcp.json / hooks map onto the codex-app-server adapter. Takes a source agent name and produces a SEPARATE codex-shaped agent (non-destructive, dry-run by default). Trigger even if they only say "migrate <agent> to codex" without naming the artifacts. Do NOT use for creating a brand-new codex agent from scratch (use `cortextos add-agent`) or for hermes/orchestrator/analyst runtimes.
- ▌ Bus Reference · grandameniumComplete cortextos bus CLI reference - all available commands with examples. Use when you need to look up a bus command, check syntax, or discover available tools.
- ▌ Env Management · grandameniumYou need to add a new API key to the system, update an existing credential, check what secrets are configured for the org or a specific agent, onboard a new third-party tool that needs credentials, diagnose why an agent cannot access a service because a key appears missing, rotate a compromised or expired key, or restart affected agents after a credential change. This skill covers the full lifecycle of environment variables and secrets in cortextOS.
- ▌ Soul Philosophy · grandameniumFull behavioral philosophy for cortextOS agents - detailed principles, examples, and guidelines. Use when you need deep context on behavioral expectations or are onboarding.
- ▌ Framework Upstream Auto Update · grandameniumDaily upstream framework auto-update workflow. Fetches new cortextos commits, classifies by type and touched paths, auto-applies safe bug fixes, routes features/mixed to [ORCHESTRATOR] for approval, and verifies the apply with build + test before reporting.
- ▌ Tool Registration · grandameniumA new tool has been added to the system and is not yet documented — agents do not know it exists or how to use it. This includes any new bus script, CLI binary, MCP server, external web tool or API wrapper, or any other capability an agent can invoke. You need to add it to TOOLS.md with its command, purpose, key flags, and usage examples. Or you have discovered that TOOLS.md is out of sync with what is actually available. This keeps the tool reference current so every agent can discover and use new capabilities.
- ▌ Guardrails Reference · grandameniumFull red flag table with all guardrail patterns. Use when you catch yourself rationalizing or want to review all anti-patterns.
- ▌
- ▌ Signal Scoring · grandameniumScore, deduplicate, rank, and select fresh research signals from SQLite using the configured rubric.
- ▌ Topic Briefing · grandameniumTurn recent scored signals into compact topic options, hidden detail briefs, and enriched follow-up briefs after human selection.
- ▌ Brief Generation · grandameniumGenerate source-backed markdown briefs and run summaries for selected research signals.
- ▌ Delivery Routing · grandameniumRoute research summaries to local markdown, Telegram, or Slack with approval gates and delivery-state updates.
- ▌ Source Collection · grandameniumCollect configured research sources, normalize signals, upsert them into SQLite, and log source health.
- ▌ Email Triage · grandameniumTool-agnostic inbox triage for an agentic CRM assistant. Reads configured inboxes, classifies messages, updates CRM, drafts replies, and creates review tasks.
- ▌ Meeting Prep · grandameniumPrepare users before meetings and process notes/transcripts afterward. Updates CRM, tasks, and follow-up drafts.
- ▌ Ecosystem Monitoring · grandameniumMonitor vendor, competitor, market, and technical ecosystem sources and summarize what changed, why it matters, and what to do.
- ▌ Research Agent Setup · grandameniumConfigure the research agent template: niche, sources, scoring, delivery, approval policy, and recurring schedules.
- ▌ Crm Management · grandameniumMaintain the structured agentic CRM: contacts, companies, interactions, follow-ups, relationship health, and search.
- ▌ Tool Discovery · grandameniumDiscover, research, and CONNECT the tools a tool-agnostic personal assistant needs — email, calendar, contacts, meeting notes, messaging, CRM. CLI-first, research-driven, verified. Use during setup and whenever a workflow fails because a tool is missing or not authed.
- ▌ Research Quality Review · grandameniumAudit source quality, scoring performance, duplicate patterns, source failures, stale config, and tuning opportunities.
- ▌ Agentic Crm Setup · grandameniumFull interactive setup for the agentic CRM personal assistant template. Use at first boot or whenever the user asks to configure/reconfigure the assistant.
- ▌ Calendar Management · grandameniumTool-agnostic calendar management: schedule review, conflict detection, protected time, meeting prep chaining, and follow-up creation.
- ▌ Relationship Review · grandameniumReview relationship health, stale contacts, follow-up opportunities, and CRM completeness.
- ▌ Pending Items Summary · grandameniumCompile pending approvals, drafts, decisions, follow-ups, meeting prep gaps, and quick clears into one user-facing digest.