agentskit.js
Skills

Ready-made personas

Nine skills bundled with @agentskit/skills. Importable, composable.

SkillPurpose
researchergather + cite sources
coderwrite code from specs
codeReviewercritique diffs, flag bugs
plannerdecompose tasks into steps
criticstress-test a proposal
summarizerterse summaries
sqlGenschema → SQL
dataAnalystanalyze tabular data
translatornatural language → natural language

Usage

import { researcher, summarizer, composeSkills } from '@agentskit/skills'

const combined = composeSkills(researcher, summarizer)
const runtime = createRuntime({ adapter, skills: [combined] })

Listing

import { listSkills } from '@agentskit/skills'

for (const s of listSkills()) console.log(s.name, s.version)
✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page