← All creators

sliamh11

User

A token-efficient open-source AI assistant that remembers, adapts, and improves — secured, self-hosted, and entirely yours.

46 indexed · 0 Featured · 48 stars · avg score 80
Prolific

Categories

Indexed Skills (46)

AI & Automation Solid

teach

Teach the user a new skill or concept, within this workspace.

48 Updated today
sliamh11
AI & Automation Solid

add-asana

Add Asana project management MCP integration to Deus. Gives host-side Claude Code sessions read/write access to Asana tasks, projects, sections, and tags via @roychri/mcp-server-asana.

48 Updated today
sliamh11
AI & Automation Solid

add-codex

Add OpenAI/Codex as a backend. Guides through API key setup, service backend configuration, optional CLI setup, and verification. Can run alongside Claude (default) or replace it.

48 Updated today
sliamh11
AI & Automation Solid

add-compact

Add /compact command for manual context compaction. Solves context rot in long sessions by forwarding the SDK's built-in /compact slash command. Main-group or trusted sender only.

48 Updated today
sliamh11
AI & Automation Solid

add-editor

Wire Deus's memory + evolution layers into an external code editor (Zed and other ACP/MCP clients) so the editor's own agent gains Deus's vault recall and self-improving reflexion loop. Configuration only — no new code. Triggers on "add editor", "use Deus in my editor", "zed integration", "editor integration", "wire Deus into Zed", or ACP/MCP editor setup requests.

48 Updated today
sliamh11
AI & Automation Solid

add-gcal

Add Google Calendar integration to Deus. Agents can list, create, update, and delete calendar events. Guides through GCP OAuth setup, token generation, keep-alive timer, and CLI command installation.

48 Updated today
sliamh11
AI & Automation Solid

add-gmail

Add Gmail integration to Deus. Can be configured as a tool (agent reads/sends emails when triggered from WhatsApp) or as a full channel (emails can trigger the agent, schedule tasks, and receive replies). Guides through GCP OAuth setup and implements the integration.

48 Updated today
sliamh11
AI & Automation Solid

add-image-vision

Add image vision to Deus agents. Resizes and processes WhatsApp image attachments, then sends them to Claude as multimodal content blocks.

48 Updated today
sliamh11
AI & Automation Solid

add-linear

Add Linear project management MCP integration to Deus. Gives host-side Claude Code sessions read/write access to Linear issues, projects, cycles, and workflow states via @tacticlaunch/mcp-linear.

48 Updated today
sliamh11
AI & Automation Solid

add-listen-hotkey

Install a global hotkey that triggers `deus listen` from anywhere on the OS. Also installs sox, whisper-cli, and a whisper model.

48 Updated today
sliamh11
AI & Automation Solid

add-llama-cpp

Install and verify a local llama.cpp server for optional Deus local-generation experiments. Keeps Ollama as the required default for embeddings and judge work.

48 Updated today
sliamh11
AI & Automation Solid

add-msft-teams

Add Microsoft Teams as a channel. Can replace WhatsApp entirely or run alongside it. Uses the Azure Bot Service (Bot Framework) and requires a public HTTPS messaging endpoint.

48 Updated today
sliamh11
AI & Automation Solid

add-ollama-tool

Add Ollama MCP server so the container agent can call local models for cheaper/faster tasks like summarization, translation, or general queries.

48 Updated today
sliamh11
AI & Automation Solid

add-outlook

Add Outlook (Microsoft 365 email) integration to Deus. Can be configured as a tool (agent reads/sends mail when triggered) or as a full channel that polls the inbox. Uses the Microsoft Graph API and Azure AD OAuth.

48 Updated today
sliamh11
AI & Automation Solid

add-parallel

Add Parallel AI MCP integration to Deus for advanced web research capabilities.

48 Updated today
sliamh11
Data & Documents Solid

add-pdf-reader

Add PDF reading to Deus agents. Extracts text from PDFs via pdftotext CLI. Handles WhatsApp attachments, URLs, and local files.

48 Updated today
sliamh11
Web & Frontend Solid

add-reactions

Add WhatsApp emoji reaction support — receive, send, store, and search reactions.

48 Updated today
sliamh11
AI & Automation Solid

add-slack

Add Slack as a channel. Can replace WhatsApp entirely or run alongside it. Uses Socket Mode (no public URL needed).

48 Updated today
sliamh11
AI & Automation Solid

add-telegram-swarm

Add Agent Swarm (Teams) support to Telegram. Each subagent gets its own bot identity in the group. Requires Telegram channel to be set up first (use /add-telegram). Triggers on "agent swarm", "agent teams telegram", "telegram swarm", "bot pool".

48 Updated today
sliamh11
AI & Automation Solid

add-telegram

Add Telegram as a channel. Can replace WhatsApp entirely or run alongside it. Also configurable as a control-only channel (triggers actions) or passive channel (receives notifications only).

48 Updated today
sliamh11
AI & Automation Solid

add-understand-anything

Install the Understand-Anything plugin so the agent gains /understand, /understand-chat, /understand-dashboard and related codebase-analysis skills (interactive knowledge graphs, guided tours, deep-dive explanations). Claude Code backend only — adds the plugin from its GitHub marketplace end-to-end; non–Claude-Code backends use the upstream install.sh fallback.

48 Updated today
sliamh11
AI & Automation Solid

add-voice-transcription

Add voice message transcription to Deus using OpenAI's Whisper API. Automatically transcribes WhatsApp voice notes so the agent can read and respond to them.

48 Updated today
sliamh11
AI & Automation Solid

add-whatsapp

Add WhatsApp as a channel. Can replace other channels entirely or run alongside them. Uses QR code or pairing code for authentication.

48 Updated today
sliamh11
Code & Development Solid

code-review

Multi-agent code review with learning feedback loop — reviews PRs using parallel specialized agents (style, logic, security) with confidence scoring and false-positive reduction

48 Updated today
sliamh11
AI & Automation Solid

improve-codebase-architecture

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

48 Updated today
sliamh11
AI & Automation Solid

learn-procedure

Capture a repeatable task procedure from the just-completed work as a durable, queryable memory node, so the steps are recalled automatically next time instead of re-derived. Triggers on "learn this procedure", "remember how to do this", "save this as a procedure", "/learn-procedure".

48 Updated today
sliamh11
AI & Automation Solid

learn-this

Teach the user a topic and persist what they learn as queryable vault memory, grounded in NotebookLM. Vault-native companion to /teach.

48 Updated today
sliamh11
AI & Automation Solid

linear-slice

Decompose a plan into dependency-ordered Linear issues (tracer-bullet vertical slices) and release them into the autonomous dispatch pipeline.

48 Updated today
sliamh11
AI & Automation Solid

prototype

Build a throwaway prototype to flesh out a design — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route.

48 Updated today
sliamh11
AI & Automation Solid

quiz-me

Use right after writing or editing code or files for the user — before ending your turn — to quiz them on what was just built and confirm they actually understand it. Also triggers on "quiz me", "test my understanding", "check what I learned", "comprehension check", or recovering the understanding that vaporizes when you orchestrate an agent instead of authoring the code yourself.

48 Updated today
sliamh11
AI & Automation Solid

add-discord

Add Discord bot channel integration to Deus.

48 Updated today
sliamh11
AI & Automation Solid

add-youtube-transcript

Add YouTube transcript extraction as an MCP tool. Installs the MCP server and configures it so the agent can fetch video captions/subtitles on demand.

48 Updated today
sliamh11
Web & Frontend Solid

codebase-design

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

48 Updated today
sliamh11
AI & Automation Solid

convert-to-apple-container

Switch from Docker to Apple Container for macOS-native container isolation. Use when the user wants Apple Container instead of Docker, or is setting up on macOS and prefers the native runtime. Triggers on "apple container", "convert to apple container", "switch to apple container", or "use apple container".

48 Updated today
sliamh11
AI & Automation Solid

customize

Add new capabilities or modify Deus behavior. Use when user wants to add channels (Telegram, Slack, email input), change triggers, add integrations, modify the router, or make any other customizations. This is an interactive skill that asks questions to understand what the user wants.

48 Updated today
sliamh11
AI & Automation Solid

debug

Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, environment variables, mounts, and common issues.

48 Updated today
sliamh11
AI & Automation Solid

diagnosing-bugs

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

48 Updated today
sliamh11
AI & Automation Solid

domain-modeling

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

48 Updated today
sliamh11
AI & Automation Solid

review-logs

Review Deus system health logs, show daily reports, surface pinned issues, and rotate old log files. Uses a local Ollama model to analyze errors and warnings.

48 Updated today
sliamh11
AI & Automation Solid

setup

Run initial Deus setup — dependencies, container, credentials, service, and CLI. Channels are added separately after setup completes. Triggers on "setup", "install", "configure deus", or first-time setup requests.

48 Updated today
sliamh11
Testing & QA Solid

tdd

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

48 Updated today
sliamh11
AI & Automation Solid

update-skills

Check for and apply updates to installed skill branches from upstream.

48 Updated today
sliamh11
AI & Automation Solid

use-local-whisper

Use when the user wants local voice transcription instead of OpenAI Whisper API. Switches to whisper.cpp running on Apple Silicon. WhatsApp only for now. Requires voice-transcription skill to be applied first.

48 Updated today
sliamh11
AI & Automation Listed

research

Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.

48 Updated today
sliamh11
Code & Development Listed

resolving-merge-conflicts

Use when you need to resolve an in-progress git merge/rebase conflict.

48 Updated today
sliamh11
AI & Automation Listed

grilling

Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

48 Updated today
sliamh11

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.