soleur: Skill for Gemini CLI

.gemini/skills/compound/SKILL.md

compound is a skill for Gemini CLI from jikig-ai/soleur. It costs 24 tokens per session (658 once invoked), scanned A, original, no licence file.

A knowledge-documentation helper that records a recently solved problem as a structured learning in a project knowledge base.

In plain words
What is it for?
Use it after solving a problem to create a learning entry under the project’s knowledge-base learnings folder.
Why use it?
It prevents useful fixes and lessons from being lost after a task is finished. The saved learning can help a team remember how a problem was solved.

Skill for Gemini CLI

Written for Gemini CLI: installed under .gemini/.

This is jikig-ai/soleur's own configuration. It tells Gemini CLI how to work on soleur itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything soleur configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jikig-ai/soleur. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jikig-ai/soleur/main/.gemini/skills/compound/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/jikig-ai/soleur

Made for: Gemini CLI.

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 compound

README.md
[![agentmods](https://agentmods.dev/badge/skills/jikig-ai/soleur/compound.svg)](https://agentmods.dev/skills/jikig-ai/soleur/compound)
Your own site
<a href="https://agentmods.dev/skills/jikig-ai/soleur/compound"><img src="https://agentmods.dev/badge/skills/jikig-ai/soleur/compound.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 658 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00024 $0.00658
Opus 5 $0.00012 $0.00329
Sonnet 5 $0.00005 $0.00132
Haiku 4.5 $0.00002 $0.00066

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

Security

Grade A, and why

compound scanned grade A with 0 findings 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.gemini/skills/compound/SKILL.md · 102 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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 · 102 lines · 24 tokens per session scan A 5b1186cb30bf

Subscribe to this mod's changes

compound is a skill published in the GitHub repository jikig-ai/soleur (15 stars, last pushed today), with no licence file. It adds 24 tokens to every session and 658 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. 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

skill-review-response

Use when a reviewer, CI bot, or another AI leaves feedback to address.

nyldn/claude-octopus · 19 tokens

sys-configure

Configure Claude Octopus — redirects to /octo:setup interactive wizard.

nyldn/claude-octopus · 18 tokens

alive:session-history

Revive sessions (quick or heavy), browse, and search — 'what happened recently?', 'find the session where we discussed X', 'revive yesterday's session'. For single-session recall and multi-session browsing. If the human needs to merge multiple sessions into one working context or detect conflicts between parallel…

alivecontext/alive · 76 tokens

cross-session-handoff

Read, write, snapshot, and lock .arcgentic/state.yaml across planner, dev, audit, and optional test sessions.

Arch1eSUN/Arcgentic · 31 tokens

knowledge-priming-refiner

Facilitate a structured conversation to create a project-specific knowledge base document. Produces a knowledge-base.md that primes AI with the project's tech stack, architecture, trusted sources, and project structure. Use when the user says 'set up knowledge base', 'prime the project', 'onboard AI', 'create…

techygarg/lattice · 84 tokens

memesh

Use MeMesh to remember, recall, and manage AI knowledge across sessions, and to exchange task-focused messages with local agents. Triggers when the user asks to remember something, recall past decisions, forget outdated info, learn from mistakes, analyze work patterns, contact another agent, or handle a memeshmessage…

PCIRCLE-AI/memesh · 136 tokens