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)

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page