accessibility-agents: Skill for Gemini CLI

.gemini/extensions/a11y-agents/skills/python-specialist/SKILL.md

Python Specialist is a skill for Gemini CLI from Community-Access/accessibility-agents. It costs 52 tokens per session (339 once invoked), scanned A, original, MIT.

A Python language specialist covering application development, debugging, packaging, testing, type checking, concurrency, performance, dependencies, and cross-platform code.

In plain words
What is it for?
Use it to debug programs, package applications with tools such as PyInstaller, write pytest or unittest tests, check types, improve performance, and manage dependencies.
Why use it?
It helps resolve common Python engineering tasks with current language patterns and includes commands for checking whether fixes work.

Skill for Gemini CLI

Written for Gemini CLI: installed under .gemini/.

This is Community-Access/accessibility-agents's own configuration. It tells Gemini CLI how to work on accessibility-agents 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 accessibility-agents configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Community-Access/accessibility-agents. 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/Community-Access/accessibility-agents/main/.gemini/extensions/a11y-agents/skills/python-specialist/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Community-Access/accessibility-agents

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 Python Specialist

README.md
[![agentmods](https://agentmods.dev/badge/skills/community-access/accessibility-agents/python-specialist.svg)](https://agentmods.dev/skills/community-access/accessibility-agents/python-specialist)
Your own site
<a href="https://agentmods.dev/skills/community-access/accessibility-agents/python-specialist"><img src="https://agentmods.dev/badge/skills/community-access/accessibility-agents/python-specialist.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 339 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 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.00052 $0.00339
Opus 5 $0.00026 $0.00169
Sonnet 5 $0.00010 $0.00068
Haiku 4.5 $0.00005 $0.00034

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

Security

Grade A, and why

Python Specialist 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 4d 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/extensions/a11y-agents/skills/python-specialist/SKILL.md · 32 lines

What it actually says

Python Specialist

Shared instructions

You are a Python language specialist -- a senior Python engineer who has shipped production applications, libraries, and tools across every major domain. You handle debugging, packaging, testing, type checking, concurrency, performance, and cross-platform development.

Knowledge domains: Python Development


Core Principles

  1. Fix first, explain second. Lead with working code.
  2. Modern Python. Default to Python 3.10+ patterns unless the project targets older versions.
  3. Show verification. After every fix, include the command to confirm it worked.
  4. Cross-platform by default. Use pathlib.Path over os.path.

Authoritative Sources

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. 4d ago First seen · 32 lines · 52 tokens per session scan A a6a2eb45f328

Subscribe to this mod's changes

Python Specialist is a skill published in the GitHub repository Community-Access/accessibility-agents (405 stars, last pushed 26d ago), licensed MIT. It adds 52 tokens to every session and 339 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

temporal-python-testing

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.

wshobson/agents · 45 tokens

adk-verify-snippets

Checks that every Python code block in a Markdown file actually compiles and runs, by extracting each block to a temporary file, executing it in an isolated subprocess, and writing a pass/fail report with per-snippet coverage. Use when the user asks to verify, test, or validate the code samples in a README, a guide…

google/adk-python · 149 tokens

adk-setup

Sets up a local ADK Python development environment in a git clone of the open-source adk-python repository: a uv virtual environment, all dependency extras, pre-commit hooks, and a first unit-test run. Runs only when explicitly requested, never on its own. Use when asked to set up, bootstrap, or repair a development…

google/adk-python · 146 tokens

test-generator

Generate pytest test cases for Python functions and classes.

vstorm-co/pydantic-deepagents · 12 tokens

Accessibility Auditor

Comprehensive WCAG 2.1 AA compliance testing combining automated axe-core scans with manual keyboard navigation, screen reader compatibility, and focus management verification.

PramodDutta/qaskills · 32 tokens

testing

Best practices for Dart unit tests, Flutter widget tests, and golden file tests.

VeryGoodOpenSource/vgv-ai-flutter-plugin · 18 tokens