Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

Deus

Deus contient 61 skills collectées depuis sliamh11, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
61
Stars
48
mis à jour
2026-07-04
Forks
4
Couverture métier
8 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

compress
Développeurs de logiciels

Save this session to the vault and update the semantic memory index

2026-07-04
learn-procedure
Autres occupations informatiques

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".

2026-06-30
add-asana
Développeurs de logiciels

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.

2026-06-25
add-claude-context
Développeurs de logiciels

[DEPRECATED] Replaced by scripts/code_search.py (native sqlite-vec + Ollama). Do not use.

2026-06-25
add-codex
Développeurs de logiciels

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.

2026-06-25
add-compact
Développeurs de logiciels

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.

2026-06-25
add-discord
Développeurs de logiciels

Add Discord bot channel integration to Deus.

2026-06-25
add-editor
Développeurs de logiciels

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.

2026-06-25
add-gcal
Développeurs de logiciels

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.

2026-06-25
add-gmail
Développeurs de logiciels

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.

2026-06-25
add-image-vision
Développeurs de logiciels

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

2026-06-25
add-linear
Développeurs de logiciels

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.

2026-06-25
add-listen-hotkey
Administrateurs de réseaux et de systèmes informatiques

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

2026-06-25
add-llama-cpp
Développeurs de logiciels

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.

2026-06-25
add-msft-teams
Développeurs de logiciels

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.

2026-06-25
add-ollama-tool
Développeurs de logiciels

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

2026-06-25
add-outlook
Développeurs de logiciels

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.

2026-06-25
add-parallel
Développeurs de logiciels

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

2026-06-25
add-pdf-reader
Développeurs de logiciels

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

2026-06-25
add-reactions
Développeurs de logiciels

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

2026-06-25
add-slack
Développeurs de logiciels

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

2026-06-25
add-telegram
Développeurs de logiciels

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).

2026-06-25
add-telegram-swarm
Développeurs de logiciels

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".

2026-06-25
add-understand-anything
Développeurs de logiciels

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.

2026-06-25
add-voice-transcription
Développeurs de logiciels

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.

2026-06-25
add-whatsapp
Développeurs de logiciels

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

2026-06-25
add-youtube-transcript
Développeurs de logiciels

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.

2026-06-25
customize
Développeurs de logiciels

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.

2026-06-25
quiz-me
Développeurs de logiciels

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.

2026-06-20
improve-codebase-architecture
Développeurs de logiciels

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

2026-06-19
learn-this
Enseignants postsecondaires, autres

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

2026-06-19
linear-slice
Spécialistes en gestion de projets

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

2026-06-19
grill-me
Spécialistes en gestion de projets

A relentless interview to sharpen a plan or design.

2026-06-19
grill-with-docs
Spécialistes en gestion de projets

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

2026-06-19
prototype
Développeurs de logiciels

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.

2026-06-19
teach
Enseignants postsecondaires, autres

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

2026-06-19
writing-great-skills
Autres occupations informatiques

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

2026-06-19
handoff
Développeurs de logiciels

Write a handoff document summarising the current conversation so a fresh agent can continue the work.

2026-06-17
x-integration
Développeurs de logiciels

X (Twitter) integration for Deus. Post tweets, like, reply, retweet, and quote. Use for setup, testing, or troubleshooting X functionality. Triggers on "setup x", "x integration", "twitter", "post tweet", "tweet".

2026-06-11
add-guardrails
Développeurs de logiciels

Install a self-contained development-process guardrail kit (plan-review, code-review, and verification gates) into the current repository, so any developer's Claude Code follows the same review discipline on clone. Triggers on "add guardrails", "install guardrails", "set up quality gates", "warden gates for this repo".

2026-06-11
Affichage des 40 principaux skills collectés sur 61 dans ce dépôt.