Instructions file CodexOpenCode
Instructions for Arindam200/awesome-ai-apps, covering agents.md, repository overview, project categories, common development commands and running individual projects.
Instructions file CodexOpenCode
Instructions for Arindam200/awesome-ai-apps, covering agents.md, repository overview, project categories, common development commands and running individual projects.
Instructions file
Instructions for Arindam200/awesome-ai-apps, covering claude.md, repository overview, project categories, common development commands and running individual projects.
Skill Claude CodeCodex
End-to-end workflow: research a topic and then write a LinkedIn post about it. Use this skill whenever the user wants the full pipeline — from a topic idea to a finished LinkedIn post. Triggers on: 'research and write a post about', 'create a LinkedIn post about [topic]', 'I want to post about', 'write about [topic]…
Skill Claude CodeCodex
Run deep research on any topic using the Deep Research MCP server. Use this skill whenever the user wants to research a topic, gather information, find sources, or create a research document. Triggers on: 'research this', 'find out about', 'gather information on', 'I need to understand', 'deep dive into', or any…
Skill Claude CodeCodex
Generate a LinkedIn post using the LinkedIn Writer MCP server. Use this skill whenever the user wants to write a LinkedIn post, create social media content, draft a post from research, or generate a post with an image. Triggers on: 'write a post', 'create a LinkedIn post', 'draft a post about', 'turn this into a…
Settings file Claude Code
Agent settings configuring enabledPlugins.
MCP server Claude CodeCodexCursor +2
The fast, Pythonic way to build MCP servers and clients. Runs locally from the fastmcp Python package. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor +2
The fast, Pythonic way to build MCP servers and clients. Runs locally from the fastmcp Python package. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor +2
MCP server "okahu", hosted remotely at mcp.okahu.co, as configured in Arindam200/awesome-ai-apps.
Skill Claude CodeCodex
Harness-agnostic version of /implement. Drives a single workshop ticket through the SWE→Tester loop in ONE conversation, with the role prompts bundled as agents/software-engineer.md and agents/tester.md instead of being launched as subagents. Resolves the ticket from implementyourself/tasks/, creates an…
Agent Codex
SWE role definition for /implement-universal. Loaded by the orchestrator at the start of the SWE phase. Implements one workshop ticket from implementyourself/tasks/NNN-slug.groomed.md, populates the skeleton under implementyourself/src/, runs make QA + the ticket's e2e target, and produces a hand-off message in the…
Agent Codex
Tester role definition for /implement-universal. Loaded by the orchestrator at the start of the Tester phase, on logic tickets only. Trusts the SWE phase's happy-path e2e excerpt (does NOT re-run the Make target), runs at most 1 adversarial break path, walks every Acceptance Criterion with concrete evidence, and emits…
Skill Claude CodeCodex
Drive a single workshop ticket through the inner SWE↔Tester loop. Resolves the ticket from implementyourself/tasks/, creates an implementing/from-scratch branch (a fixed default — not derived from the ticket; subsequent tickets stack on top), launches the software-engineer agent to implement it, then routes by…
Instructions file GitHub Copilot
Okahu MCP routing for trace, workflow, and evaluation queries.
Agent
Self-healing agent that fixes bugs in Text-to-SQL analyst.py using Okahu MCP trace analysis.
Skill Claude CodeCodex
Build a complete, working CLI tool using TermUI components. Use this skill whenever someone describes a CLI or TUI app they want to create — a dashboard, a setup wizard, a data browser, a deployment tool, a monitoring app, or any interactive terminal interface. Trigger on phrases like "build me a CLI", "create a…
Skill Claude CodeCodex
Quick reference for TermUI components, hooks, and theming. Use when working inside an existing TermUI project and needing to look up props, hook signatures, theme tokens, or the CLI commands. Pairs with the cli-creator skill for building new CLIs from scratch. Trigger for questions like "what props does Table take"…