← all publishers

grandamenium

@grandamenium source repo

151 published skills · page 2 of 2

  1. M2c1 Worker · grandamenium
    You 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.
    0
    installs
  2. Business News Monitor · grandamenium
    Daily 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.
    0
    installs
  3. Autoresearch · grandamenium
    The 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.
    0
    installs
  4. Obsidian Log · grandamenium
    Write 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.
    0
    installs
  5. Event Logging · grandamenium
    You 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.
    0
    installs
  6. Upstream Sync · grandamenium
    Check for cortextOS framework updates from the remote repo. Fetches changes, categorizes them, explains in plain English, and applies only with user approval.
    0
    installs
  7. Weekly Review · grandamenium
    Weekly comprehensive synthesis. Run Sunday evening or when user requests. Reviews week's accomplishments across all agents, evaluates performance, plans next week.
    0
    installs
  8. Worker Agents · grandamenium
    You 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.
    0
    installs
  9. Catalog Browse · grandamenium
    Browse the community catalog for new skills, agent templates, and org templates. Discover what is available and recommend useful items to the user.
    0
    installs
  10. Evening Review · grandamenium
    End-of-day review workflow. Triggered by evening cron. Summarizes the day across all agents, evaluates orchestrator performance, prepares tomorrow, proposes overnight work for approval.
    0
    installs
  11. Knowledge Base · grandamenium
    You 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.
    0
    installs
  12. Morning Review · grandamenium
    Daily morning briefing workflow. Triggered by morning cron. Pulls overnight agent work, checks goals state, cascades goals to agents, schedules tasks, sends briefing to user.
    0
    installs
  13. Nighttime Mode · grandamenium
    Autonomous overnight orchestration mode. Active outside day hours. Dispatch and monitor deep work across agents while user sleeps. Internal building only — no external actions.
    0
    installs
  14. Goal Management · grandamenium
    Daily 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.
    0
    installs
  15. Activity Channel · grandamenium
    You 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.
    0
    installs
  16. Agent Management · grandamenium
    You 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.
    0
    installs
  17. Multi Perspective Grilling · grandamenium
    Pressure-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.
    0
    installs
  18. Community Publish · grandamenium
    Package 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.
    0
    installs
  19. Delegation Matrix · grandamenium
    Orchestrator/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.
    0
    installs
  20. Local Ultrareview · grandamenium
    local-ultrareview
    0
    installs
  21. Agentcard Purchase · grandamenium
    You 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.
    0
    installs
  22. System Diagnostics · grandamenium
    Something 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.
    0
    installs
  23. Voice Agent Factory · grandamenium bundle
    Turn 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.
    0
    installs
  24. Local Version Control · grandamenium
    Daily git snapshots of agent workspace changes. Stages files with safety checks, reviews diff for PII, commits with descriptive message. Never pushes automatically.
    0
    installs
  25. Rate Limit Management · grandamenium
    Framework protocol for responding to Claude Max API usage thresholds. Three-tier wind-down and recovery. Agent-specific behavior belongs in deployment config, not here.
    0
    installs
  26. Cortext Self Diagnosis · grandamenium bundle
    Diagnose 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.
    0
    installs
  27. Auto Skill · grandamenium
    You 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.
    0
    installs
  28. Claude To Codex Migration · grandamenium bundle
    Migrate 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.
    0
    installs
  29. Bus Reference · grandamenium
    Complete 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.
    0
    installs
  30. Env Management · grandamenium
    You 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.
    0
    installs
  31. Soul Philosophy · grandamenium
    Full behavioral philosophy for cortextOS agents - detailed principles, examples, and guidelines. Use when you need deep context on behavioral expectations or are onboarding.
    0
    installs
  32. Framework Upstream Auto Update · grandamenium
    Daily 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.
    0
    installs
  33. Tool Registration · grandamenium
    A 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.
    0
    installs
  34. Guardrails Reference · grandamenium
    Full red flag table with all guardrail patterns. Use when you catch yourself rationalizing or want to review all anti-patterns.
    0
    installs
  35. Agent Migration · grandamenium
    Agent Migration Skill
    0
    installs
  36. Signal Scoring · grandamenium
    Score, deduplicate, rank, and select fresh research signals from SQLite using the configured rubric.
    0
    installs
  37. Topic Briefing · grandamenium
    Turn recent scored signals into compact topic options, hidden detail briefs, and enriched follow-up briefs after human selection.
    0
    installs
  38. Brief Generation · grandamenium
    Generate source-backed markdown briefs and run summaries for selected research signals.
    0
    installs
  39. Delivery Routing · grandamenium
    Route research summaries to local markdown, Telegram, or Slack with approval gates and delivery-state updates.
    0
    installs
  40. Source Collection · grandamenium
    Collect configured research sources, normalize signals, upsert them into SQLite, and log source health.
    0
    installs
  41. Email Triage · grandamenium
    Tool-agnostic inbox triage for an agentic CRM assistant. Reads configured inboxes, classifies messages, updates CRM, drafts replies, and creates review tasks.
    0
    installs
  42. Meeting Prep · grandamenium
    Prepare users before meetings and process notes/transcripts afterward. Updates CRM, tasks, and follow-up drafts.
    0
    installs
  43. Ecosystem Monitoring · grandamenium
    Monitor vendor, competitor, market, and technical ecosystem sources and summarize what changed, why it matters, and what to do.
    0
    installs
  44. Research Agent Setup · grandamenium
    Configure the research agent template: niche, sources, scoring, delivery, approval policy, and recurring schedules.
    0
    installs
  45. Crm Management · grandamenium
    Maintain the structured agentic CRM: contacts, companies, interactions, follow-ups, relationship health, and search.
    0
    installs
  46. Tool Discovery · grandamenium
    Discover, 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.
    0
    installs
  47. Research Quality Review · grandamenium
    Audit source quality, scoring performance, duplicate patterns, source failures, stale config, and tuning opportunities.
    0
    installs
  48. Agentic Crm Setup · grandamenium
    Full interactive setup for the agentic CRM personal assistant template. Use at first boot or whenever the user asks to configure/reconfigure the assistant.
    0
    installs
  49. Calendar Management · grandamenium
    Tool-agnostic calendar management: schedule review, conflict detection, protected time, meeting prep chaining, and follow-up creation.
    0
    installs
  50. Relationship Review · grandamenium
    Review relationship health, stale contacts, follow-up opportunities, and CRM completeness.
    0
    installs
  51. Pending Items Summary · grandamenium
    Compile pending approvals, drafts, decisions, follow-ups, meeting prep gaps, and quick clears into one user-facing digest.
    0
    installs