My own collection of agent skills
  • Python 95.5%
  • Just 2.6%
  • Dockerfile 1.9%
Find a file
2026-07-14 16:27:20 +07:00
.agents/skills/writing-great-skills init 2026-07-14 11:10:18 +07:00
skills/search-engine optimize search skill 2026-07-14 16:27:20 +07:00
src/benchmark move benchmark 2026-07-14 16:09:24 +07:00
.gitignore add skill benchmarking 2026-07-14 13:09:58 +07:00
justfile add validator 2026-07-14 16:27:10 +07:00
README.md edit installation script 2026-07-14 13:36:37 +07:00
skills-lock.json init 2026-07-14 11:10:18 +07:00

Agent Skills

My own set of skills for AI agent.

Skills

Skill Description
search-engine Web search via SearXNG

Installing skills

bunx skills add https://git.napatsc.com/ns/skills.git

See each skill's SKILL.md for configuration and usage.

Benchmarking

Since I am not sure that my additional skills would improve the agent or not, I also has the skill benchmark section. It measures whether the skill inclusion actually improve agent performance: fewer tokens, better answers, or faster completion.

cd benchmark && uv run benchmark

View benchmark docs →