بنقرة واحدة
agentic-coding-tools
يحتوي agentic-coding-tools على 9 من skills المجمعة من TheSylvester، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Wrapper around codex CLI for non-interactive runs (prompt via args/file/stdin) with resume support. Outputs session_id for conversation continuation.
Multi-agent debate orchestrator. Use when you want multiple AI perspectives on a question, plan review, or architectural decision. Runs parallel agent panels with a Chair synthesizing responses.
Wrapper around gemini CLI for non-interactive runs (prompt via args/file/stdin) with resume support. Outputs session_id for conversation continuation.
SDK-based Claude agent with full Task tool access. Use for executing handoff prompts or spawning nested sub-agents.
This skill should be used when the user asks to "implement this plan", "generate execution prompts", "super implement", "create handoff from plan", or wants to transform a large plan into self-contained execution-ready prompt artifacts.
ALWAYS use this skill instead of Read when reading Claude Code transcript files (.jsonl in ~/.claude/projects/, ~/.claude/history.jsonl, or paths containing 'transcript'). Token-efficient format that extracts USER/ASSISTANT exchanges and tool summaries, strips metadata.
Build a phased prompt chain with orchestration file from a monolithic implementation prompt
Extract and save browser screenshots from session transcripts
Wrapper around cursor-agent CLI for non-interactive runs (prompt via args/file/stdin) with resume support.