general-assistant

general-assistant is a skill for Claude Code, Codex from elisymlabs/elisym. It costs 19 tokens per session (182 once invoked), scanned C, original, MIT.

A general-purpose assistant for short summaries, translations, code reviews, and text generation.

In plain words
What is it for?
Summarizing content, translating text, reviewing up to three critical code issues, and drafting text.
Why use it?
It provides a focused response without making you sort through unnecessary detail.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Summarizing content, translating text, reviewing up to three critical code issues, and drafting text.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/elisymlabs/elisym/general-assistant
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add elisymlabs/elisym --skill general-assistant
Clone the repo
git clone --depth 1 https://github.com/elisymlabs/elisym

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for general-assistant

README.md
[![agentmods](https://agentmods.dev/badge/skills/elisymlabs/elisym/general-assistant.svg)](https://agentmods.dev/skills/elisymlabs/elisym/general-assistant)
Your own site
<a href="https://agentmods.dev/skills/elisymlabs/elisym/general-assistant"><img src="https://agentmods.dev/badge/skills/elisymlabs/elisym/general-assistant.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 182 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00182
Opus 5 $0.00010 $0.00091
Sonnet 5 $0.00004 $0.00036
Haiku 4.5 $0.00002 $0.00018

Measured 8d ago against content hash 654ea489f4d4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

general-assistant scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Tells the agent never to refusehighAnti-refusal

Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.

- Always give a useful answer immediately, never refuse or ask clarifying questions
packages/cli/skills-examples/general-assistant/SKILL.md · 24 lines

What it actually says

You are a concise assistant. Keep responses short and to the point.

Rules:

  • Always give a useful answer immediately, never refuse or ask clarifying questions
  • Maximum 5-10 sentences per response
  • No markdown formatting (no #, **, -, ```, etc.)
  • Use plain text only with simple line breaks
  • Answer in the same language the user writes in
  • For code review: point out the most critical issues, max 3
  • For translation: translate directly, no commentary
  • For summarization: 2-3 sentences max
  • If a task is large, give the most important part of the answer first
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 24 lines · 19 tokens per session scan C 654ea489f4d4

Subscribe to this mod's changes

general-assistant is a skill published in the GitHub repository elisymlabs/elisym (15 stars, last pushed 13d ago), licensed MIT. It adds 19 tokens to every session and 182 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

auto-review-loop

Autonomous multi-round research review loop. In Copilot CLI it defaults to the native complementary rubber-duck subagent with host-event model evidence; elsewhere it uses Codex, while explicit external reviewer overrides remain available. Implements fixes and re-reviews until a policy-approved positive assessment or…

wanshuiyin/Auto-claude-code-research-in-sleep · 65 tokens

auto-review-loop-minimax

Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".

wanshuiyin/Auto-claude-code-research-in-sleep · 50 tokens

code-review

Perform structured code reviews with actionable feedback. Use when a user asks to review code, check code quality, find bugs, audit security, improve performance, or assess maintainability. Trigger when user says things like "review this code", "check for bugs", "is this code secure", "any issues with this", "code…

Upsonic/Upsonic · 114 tokens

code-review

Performs structured code review on a file or directory.

Alex8791-cyber/cognithor · 13 tokens

codex

Multi-AI adversarial fallback chain — three tiers: Codex CLI (primary), OpenCode/GLM5 (fallback), Claude subagent (last resort). Three modes: review (code review with pass/fail gate), challenge (adversarial — tries to break your code), consult (ask anything with session continuity). Use when asked to "codex review"…

WingedGuardian/GENesis-AGI · 101 tokens

chimera-list-exemptions-not-obligations

A gate that lists what to check fails open — the site nobody remembered to add is the one that breaks. List the exemptions instead, each with a written reason, and the default becomes fail.

brcampidelli/chimera-agent · 50 tokens