ETdoFresh avatar

ETdoFresh

Community

@ETdoFresh · New Orleans, Louisiana, United States of America

18Followers
|
169Public Repos
|
12Published Skills

ETdoFresh maintains Claude Code skills for project orchestration, cross-language code porting, GitHub CLI operations, and personal message history search.

Skills Distribution
DomainDeveloper To...Project Orchestrat.. (40%)Code Migration & L.. (20%)GitHub Operations .. (15%)Session & Process .. (15%)

Agent Skills by ETdoFresh

Showing 12 vetted skills indexed across 1 GitHub repositories.

ETdoFreshETdoFresh
1

gh-reference

Provides a complete command reference for the GitHub CLI covering pull requests, issues, repositories, and API operations.

Community
Intermediate
ETdoFreshETdoFresh
1

do-task

Orchestrates plan, implement, and evaluate phases with automatic retry until tasks pass verification.

Community
Advanced
ETdoFreshETdoFresh
1

workspace

Launch named Claude Code sessions in new terminal tabs with optional session resume.

Community
Intermediate
ETdoFreshETdoFresh
1

port-application

Port source code between programming languages using an iterative port-evaluate-fix pipeline.

Community
Advanced
ETdoFreshETdoFresh
1

port-killer

Kills processes listening on network ports across Windows, macOS, and Linux.

Community
Intermediate
ETdoFreshETdoFresh
1

project-implement:no-interview

Runs the full project implementation workflow with auto-selected interview answers.

Community
Advanced
ETdoFreshETdoFresh
1

project-implement

Orchestrates multi-phase project implementation from request to completion using specialized agent swarms.

Community
Advanced
ETdoFreshETdoFresh
1

project-status

Generates project progress reports from status.md and milestone task files.

Community
Basic
ETdoFreshETdoFresh
1

opencode-agent

Delegate coding tasks to opencode agents running alternative AI models via subprocess.

Community
Intermediate
ETdoFreshETdoFresh
1

build-project

Orchestrates full software project lifecycle from interview through verified final acceptance.

Community
Advanced
ETdoFreshETdoFresh
1

memory-database

Search and retrieve messages from a unified multi-platform message archive via REST API.

Community
Intermediate
ETdoFreshETdoFresh
1

opus-plan

Delegates planning tasks to a Claude Opus Plan subagent with ultrathink prompting.

Community
Basic

Frequently Asked Questions About ETdoFresh

FAQPage Schema
What tasks can I accomplish with ETdoFresh's skills?

You can run end-to-end project builds with interviews and milestones, execute tasks with plan-implement-evaluate retry loops, port code between any language pair, query GitHub CLI operations, kill processes blocking ports, delegate work to opencode agents, and search a 196K+ message memory database.

Who are these skills designed for?

Developers using Claude Code who want structured project orchestration, engineers migrating codebases across languages like C to C# or Java to Kotlin, and users needing GitHub CLI reference, session management, or recall of past conversations across Telegram, Discord, iMessage, and Email.

How do the project implementation skills run in practice?

Invoke project-implement or build-project with a project description; the skill explores, interviews, plans milestones, generates tasks, and executes with verification until 100% complete. The no-interview variant auto-selects recommended answers for hands-off runs, and project-status reports progress from status.md files.

What prerequisites or dependencies do these skills require?

Skills run inside Claude Code and rely on allowed tools like Read, Write, Edit, Bash, Glob, Grep, and Task. The workspace skill uses $WORKSPACES_DIR (default ~/workspace), port-killer needs native OS commands, and memory-database requires curl access to ET's message archive.

Can I delegate work to models other than Claude?

Yes. The opencode-agent skill delegates tasks to an opencode agent using alternative models, defaulting to zai-coding-plan/glm-5-turbo, with an optional model argument. Separately, opus-plan spawns a Claude Opus 4.6 subagent with ultrathink prompting for deep planning and architecture reviews.