cerebro-amigo: Skill for Claude Code

.claude/skills/python-ai-services/SKILL.md

python-ai-services is a skill for Claude Code from arinelliquebec/cerebro-amigo. It costs 217 tokens per session (1,577 once invoked), scanned A, original, no licence file.

A set of conventions for Python services in the Cérebro Amigo V3 platform, including LangGraph flows, conversational logic, and calls to language models through a switchable client.

In plain words
What is it for?
Use it when creating or changing Python orchestrators, agents, notifiers, LangGraph nodes or graphs, conversation flows, and language-model clients in those services.
Why use it?
It keeps changes aligned with the platform's existing service structure and model-provider setup.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is arinelliquebec/cerebro-amigo's own configuration. It tells Claude Code how to work on cerebro-amigo 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 cerebro-amigo configures →

Reuse

Borrowing it

Nothing to install: this file belongs to arinelliquebec/cerebro-amigo. 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/arinelliquebec/cerebro-amigo/main/.claude/skills/python-ai-services/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/arinelliquebec/cerebro-amigo

Made for: Claude Code.

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 python-ai-services

README.md
[![agentmods](https://agentmods.dev/badge/skills/arinelliquebec/cerebro-amigo/python-ai-services.svg)](https://agentmods.dev/skills/arinelliquebec/cerebro-amigo/python-ai-services)
Your own site
<a href="https://agentmods.dev/skills/arinelliquebec/cerebro-amigo/python-ai-services"><img src="https://agentmods.dev/badge/skills/arinelliquebec/cerebro-amigo/python-ai-services.svg" alt="Measured on agentmods" height="20"></a>
Per session 217 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,577 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.00217 $0.01577
Opus 5 $0.00109 $0.00788
Sonnet 5 $0.00043 $0.00315
Haiku 4.5 $0.00022 $0.00158

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

Security

Grade A, and why

python-ai-services 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 6d 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.

.claude/skills/python-ai-services/SKILL.md · 79 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

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 79 lines · 217 tokens per session scan A 96198e35a7a5

Subscribe to this mod's changes

python-ai-services is a skill published in the GitHub repository arinelliquebec/cerebro-amigo (2 stars, last pushed 1mo ago), with no licence file. It adds 217 tokens to every session and 1,577 once invoked, about $0.0011 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-31.

Related

Other skills, from other repositories

langgraph-docs

Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and implement human-in-the-loop patterns. Use when the user asks about LangGraph, graph agents, state machines, agent orchestration, LangGraph API, or needs LangGraph implementation guidance.

langchain-ai/deepagents · 62 tokens

translate-a-sample

Translate the Azure SDK sample from python to C# and generate markdownn file for the sample. Parameters: C# SDK repository root; python SDK repository root; Package name: one of Azure.AI.Projects, Azure.AI.Projects.Agents or Azure.AI.Extensions.OpenAI; The name of sample file in Python SDK repository.

Azure/azure-sdk-for-net · 90 tokens

langgraph

LangGraph 1.x (LTS) Python workflow patterns for state management, delta channels, resilience (node timeouts, error handlers, graceful drain), routing, parallel execution, supervisor-worker, tool calling, checkpointing, human-in-loop, streaming (v2 format), subgraphs, and functional API. Use when building LangGraph…

yonatangross/orchestkit · 80 tokens

python-backend

Production Python async patterns including asyncio TaskGroup, FastAPI dependency injection and middleware, SQLAlchemy 2.0 async sessions, and database connection pool tuning. Python 3.11+ runtime concerns such as ExceptionGroup, cancellation semantics, and session rollback. Use when building async services, wiring…

yonatangross/orchestkit · 82 tokens

cubepi

Use when building, extending, or debugging agents with the CubePi framework. Covers the Agent API, providers, tools, middleware, checkpointing, MCP integration, and HITL. References the cubepi-trace skill for run debugging.

cubeplexai/cubepi · 50 tokens

google-adk-python

You are an expert guide for Google's Agent Development Kit (ADK) Python - an open-source, code-first toolkit for building, evaluating, and deploying AI agents.

duongthinh03/portfolio · 0 tokens