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.
npx agentmods add skills/lonebula/lluminai/claude-code-testnpx skills add LoNebula/lluminai --skill claude-code-testgit clone --depth 1 https://github.com/LoNebula/lluminaiWrote 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.
[](https://agentmods.dev/skills/lonebula/lluminai/claude-code-test)<a href="https://agentmods.dev/skills/lonebula/lluminai/claude-code-test"><img src="https://agentmods.dev/badge/skills/lonebula/lluminai/claude-code-test.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00115 |
| Opus 5 | $0.00000 | $0.00057 |
| Sonnet 5 | $0.00000 | $0.00023 |
| Haiku 4.5 | $0.00000 | $0.00012 |
Grade A, and why
claude-code-test 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 5d 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.
What it actually says
開発ルール
- フレームワーク: FastAPIを使用すること。
- DB: SQLiteとAlembicを使用すること。
自動テストとデバッグのスキル
テストを実行する際は !pytest -v を使用してください。
もしテストが失敗した場合は、エラー出力を読み取り、コードを修正した上で再度テストを実行し、カバレッジ100%になるまで自律的にループしてください。
What ships with it
14 files 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.
- .claude/settings.local.json 215 B
- alembic.ini 4.9 KB
- alembic/env.py 2.1 KB runs code
- alembic/README 38 B
- alembic/script.py.mako 704 B
- alembic/versions/001_initial.py 913 B runs code
- app.db 28 KB
- app/__init__.py 0 B runs code
- app/database.py 426 B runs code
- app/main.py 775 B runs code
- app/models.py 574 B runs code
- app/schemas.py 281 B runs code
- tests/__init__.py 0 B runs code
- tests/test_users.py 1.8 KB runs code
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.
- 5d ago First seen · 9 lines · 0 tokens per session scan A e675f734d7c7
claude-code-test is a skill published in the GitHub repository LoNebula/lluminai (5 stars, last pushed 16d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 115 tokens. 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.
Other skills, from other repositories
python-idioms
Python type hints, Protocols, Pydantic, async/await, pytest, ruff, mypy strict.
cc-python-dev
Python 开发规范,适用于类型注解、验证模型、pytest 和 uv 工具链;不负责 review、debug 或运维流程。.
python-pro
Use when building Python 3.11+ applications requiring type safety, async programming, or robust error handling. Generates type-annotated Python code, configures mypy in strict mode, writes pytest test suites with fixtures and mocking, and validates code with black and ruff. Invoke for type hints, async/await patterns…
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.
testing-python
Write and evaluate effective Python tests using pytest. Use when writing tests, reviewing test code, debugging test failures, or improving test coverage. Covers test design, fixtures, parameterization, mocking, and async testing.
python-playground
Run and test Python code in a dedicated playground directory. Use when you need to execute Python scripts, test code snippets, investigate CPython behavior, or experiment with Python without affecting the main codebase.