AgentStack
S3YED avatar

S3YED

36 listings · 0 installs

Open-source publisher. Listings imported from github.com/S3YED — credited to the original author with their license.

↗ github.com/S3YED
36 results
Self-run
SKILL

Ralph Wiggum

Run Ralph Wiggum autonomous coding loops where each fresh agent iteration implements, verifies, commits, and records one task.

0
15
Free
Self-run
SKILL

Coding

Apply Appie coding standards for minimal, readable, maintainable code changes, testing, reviews, and implementation quality.

0
13
Free
Self-run
SKILL

Cognitive Memory

Implementation and troubleshooting of the Cognitive Memory (Cognify) system in Hermes Agent.

0
15
Free
Self-run
SKILL

Fleet Dream

>

0
11
Free
Self-run
SKILL

Project Context Sync

Install and use project-context-sync hooks that maintain PROJECT_STATE.md after commits for cross-session project continuity.

0
11
Free
Self-run
SKILL

Obliteratus

OBLITERATUS: abliterate LLM refusals (diff-in-means).

0
13
Free
Self-run
SKILL

Spike

Throwaway experiments to validate an idea before build.

0
18
Free
Self-run
SKILL

Playwright

Use Playwright for browser automation, web scraping, form filling, screenshots, authenticated flows, and deployed-site verification.

0
15
Free
Self-run
SKILL

Web Scraping Javascript Sites

Scrape TypeScript, React, Next.js, Nuxt, Vue SPA sites. Know when to use raw HTML fetch vs browser automation.

0
17
Free
Self-run
SKILL

Agent Cli Delegation

Umbrella workflow for delegating coding work to local agent CLIs such as Claude Code, Codex, and OpenCode.

0
17
Free
Self-run
SKILL

Memory Search

Search and retrieve information from the Appie brain — daily logs, project notes, decisions, topics, and long-term memory files stored in ~/.hermes/memory/. Use this skill whenever you need to recall past conversations, decisions, project context, personal preferences, or anything discussed previously.

0
11
Free
Self-run
SKILL

Writing Plans

Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.

0
15
Free
Self-run
SKILL

External Coding Agents

Delegate coding tasks to external AI coding agent CLIs: Claude Code, Codex, OpenCode.

0
16
Free
Self-run
SKILL

Clawflow

Use when work should span one or more detached tasks but still behave like one job with a single owner context. ClawFlow is the runtime substrate under authoring layers like Lobster, acpx, or plain code. Keep conditional logic in the caller; use ClawFlow for flow identity, waiting, outputs, and user-facing emergence.

0
16
Free
Self-run
SKILL

Agentic Webdesign Zephyr

Use Zephyr Framework for zero-JS interactive web components with built-in MCP server, A2UI catalog, and Agent API. AI agents control live UI through typed tools, not generated markup.

0
14
Free
Self-run
SKILL

Apple Platform Automation

Manage Apple/macOS personal apps and device workflows from Hermes, including Apple Notes, Reminders, Find My, iMessage/SMS, and UI automation. Use when a task involves Apple ecosystem data or macOS-only CLIs such as memo, remindctl, imsg, FindMy.app, AppleScript, or Peekaboo.

0
13
Free
Self-run
SKILL

Coding Agent

Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run C…

0
15
Free
Self-run
SKILL

Brain Sync

Sync knowledge and learnings to the shared agent-brain repo. Every agent commits with their own identity so contributions are traceable. Use after: complex tasks (5+ tool calls), significant discoveries, new skills, or client work. Fleet: each node uses its own traceable git identity.

0
15
Free
Self-run
SKILL

Codex

Delegate coding tasks to OpenAI Codex CLI agent. Use for building features, refactoring, PR reviews, and batch issue fixing. Requires the codex CLI and a git repository.

0
14
Free
Self-run
SKILL

Agentic Webdesign Framer

Use Framer 3.0 Agents and External Agents — AI-driven website building, design, and CMS management from Claude Code, Cursor, and Codex. Canvas-native agents generate pages, designs, layouts, code components, and run audits.

0
12
Free
Self-run
SKILL

Agent Fleet Operations

Operate Hermes-style agent fleets across machines: provision remote hosts, validate transport/auth, refresh knowledge packs, and recover provider or gateway runtime failures.

0
14
Free
Self-run
SKILL

Kanban Worker

Pitfalls, examples, and edge cases for Hermes Kanban workers. The lifecycle itself is auto-injected into every worker's system prompt as KANBAN_GUIDANCE (from agent/prompt_builder.py); this skill is what you load when you want deeper detail on specific scenarios.

0
12
Free
Self-run
SKILL

Rtk Token Killer

rtk (Rust Token Killer) — CLI proxy that filters/compresses command output before it reaches the LLM, cutting tokens 60-90% on ls/cat/grep/git/tests/etc. Token-discipline tool. Prefix heavy read/inspect commands with `rtk`.

0
12
Free
Self-run
SKILL

Kanban Orchestrator

Decomposition playbook + specialist-roster conventions + anti-temptation rules for an orchestrator profile routing work through Kanban. The "don't do the work yourself" rule and the basic lifecycle are auto-injected into every kanban worker's system prompt; this skill is the deeper playbook when you're specifically playing the orchestrator role.

0
12
Free
Self-run
SKILL

Hermes Dream

>

0
13
Free
Self-run
SKILL

Browser Use

Web scraping, screenshots, form filling, file downloads/uploads, Google/DuckDuckGo image search, YouTube video downloading, and TikTok video downloading.

0
16
Free
Self-run
SKILL

Agent Browser

Browser automation CLI built for AI agents - compact ref-based text output (200-400 tokens vs 3000-5000 for full DOM), native Rust, 50+ commands. Default browser-automation tool for the fleet. Use for any web navigation, scraping, form-filling, screenshots, or testing from the shell.

0
15
Free
Self-run
SKILL

Claude Code

Delegate coding tasks to Claude Code (Anthropic's CLI agent). Use for building features, refactoring, PR reviews, and iterative coding. Requires the claude CLI installed.

0
17
Free
Self-run
SKILL

Agentic Webdesign Wordpress Mcp

Connect AI agents to WordPress via MCP — native WP 7.0 adapter, WP Navigator, NibWP, Publishio. AI agents create drafts, manage content, audit SEO, build pages, and switch page builders.

0
13
Free
Self-run
MCP

Cognify

Lightweight typed knowledge-graph memory for AI agents. Document ingestion + LLM-extracted entities/relations with hybrid recall. Zero external services by default (ChromaDB + networkx, torch-free), or TurboVec + Neo4j at scale. Same API, multi-tenant, MCP server for Claude. Leaner than Cognee/Graphiti, more structured than plain RAG.

0
1
Free
Self-run
SKILL

Subagent Driven Development

Use when executing implementation plans with independent tasks. Dispatches fresh delegate_task per task with two-stage review (spec compliance then code quality).

0
16
Free
Self-run
SKILL

Coding Agents

Delegate coding tasks to external autonomous AI coding CLI agents — Claude Code, Codex, OpenCode, and Kanban+Codex lane patterns. Covers install, auth, one-shot tasks, interactive sessions, PR reviews, parallel worktrees, and reconciliation.

0
16
Free
Self-run
SKILL

Agentic Webdesign Framesmith

Use Framesmith MCP server to give AI agents a visual design canvas — sketch UI, review in browser, agree on design before writing framework code. Scene graph → HTML/CSS → PNG rendering with evaluation and auto-fix.

0
9
Free
Self-run
SKILL

Cognify

Use when you need durable memory over documents — ingest files/notes into a typed knowledge graph and recall facts with their relationships. Build a knowledge base from PDFs, markdown, or pasted text, then ask grounded questions.

0
14
Free
Self-run
SKILL

Agentic Webdesign Webflow Mcp

Use Webflow MCP server + AI Assistant — AI agents design pages, manage CMS, run SEO/AEO audits, and generate code. Includes AEO (Answer Engine Optimization) for AI search visibility.

0
10
Free
Self-run
SKILL

Clawflow Inbox Triage

Example ClawFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.

0
14
Free
You've reached the end · 36 loaded