All authors
nicolasmelo1 avatar

Claude Skills by nicolasmelo1

github.com/nicolasmelo1
18 skillsA× 17B× 10 installs4 views
MinimalA

A bare-minimum Logion course example. Use as a starting template when authoring a new skill that needs no tools, no network, no filesystem writes, and no env vars. Demonstrates the smallest valid SKILL.md plus capabilities.yaml pairing.

ai-agentsgo
0
36
With EvalA

Reviews code diffs against a structured checklist covering security (sql-injection, hardcoded-secret, unvalidated-input), reliability (missing-error-handling, resource-leak), and correctness (off-by-one, wrong-comparison). Use when reviewing PRs, audit diffs, or any code change where you want a categorised, line-anchored review instead of free-form prose. Ships with a bundled deterministic self-test that catches "faking" agents that rubber-stamp without reading the diff.

ai-agentspythonrust
0
36
With PaidA

Paid-course example showing how to package a self-contained Logion bundle with the marketplace paid license. Use as a starting point when you want a benign course that reads local artifacts, produces a structured report, and exercises the paid publication path end to end.

ai-agentspythongo
0
36
With References And ScriptsA

Logion course example that bundles a runnable script and a reference doc. Use as a starting template when your skill executes a small subprocess (terminal tool) and produces output files. Demonstrates progressive disclosure across SKILL.md, references/, and scripts/.

ai-agentspythonshell
0
36
With ScriptsB

Bundled Gmail CLI example demonstrating the scripts/ entrypoint + src/ implementation split. Use as a template when your course ships real code that goes beyond a single shell script. Shows how to organize a course bundle that owns its codebase — no runtime package installation, all dependencies stdlib-only. Replaces the "tell the user to npm install my CLI" anti-pattern.

ai-agentspythonrust
0
36
Agent CompanionA

Compact bootstrap skill for recall-first Logion discovery, inspection, install, update, and creator-course-management routing without loading the whole marketplace.

ai-agentsgobash
0
36
Invalid BundleA

No description provided

ai-agents
0
36
Valid BundleA

No description provided

ai-agents
0
36
LogionA

Compact bootstrap skill for recall-first Logion discovery, inspection, install, update, and creator-course-management routing without loading the whole marketplace.

ai-agentsgobash
0
36
Clean CourseA

A benign course bundle for testing.

ai-agentspythontesting
0
36
Dangerous CommandsA

Contains destructive commands.

ai-agents
0
36
Env HarvestingA

Reads env vars and sends them over the network.

ai-agents
0
36
File TypeA

Contains a blocked executable.

ai-agents
0
36
Network AuditA

Contains suspicious URLs.

ai-agents
0
36
ObfuscationA

Contains obfuscation patterns.

ai-agents
0
36
Prompt InjectionA

Contains agent manipulation patterns.

ai-agents
0
36
Runtime InstallA

This course tries to install packages at runtime.

ai-agents
0
36
Secrets DetectionA

Contains hardcoded secrets.

ai-agents
0
36