
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@agentskit/skills
Advanced tools
Ready-made skills (prompts + behavioral instructions) for AgentsKit agents.
Pre-tuned agent personas that work out of the box — skills are what your agent IS, tools are what it CAN DO.
Tags: ai · agents · llm · agentskit · ai-agents · autonomous-agents · prompts · prompt-engineering · personas · multi-agent
@agentskit/skills packages reusable agent behavior: prompts, personas, task patterns, and marketplace-ready capabilities.
Docs: package guide · agent handoff
researcher, coder, planner, critic, and summarizer are battle-tested behavioral profiles; activate one and your agent immediately behaves like a specialistcomposeSkills to merge prompts, tools, and delegates; build a research-and-code pipeline in one lineplanner skill knows how to coordinate researcher and coder as sub-agents, so you get multi-agent workflows without writing orchestration codesystemPrompt or temperature on top of an existing skill via @agentskit/templatesnpm install @agentskit/skills
import { createRuntime } from '@agentskit/runtime'
import { anthropic } from '@agentskit/adapters'
import { researcher, coder, composeSkills } from '@agentskit/skills'
import { webSearch, filesystem } from '@agentskit/tools'
const runtime = createRuntime({
adapter: anthropic({ apiKey: process.env.ANTHROPIC_API_KEY, model: 'claude-sonnet-4-6' }),
tools: [webSearch(), ...filesystem({ basePath: './workspace' })],
})
const result = await runtime.run('Research best practices for TypeScript error handling and write an example', {
skill: composeSkills(researcher, coder),
})
console.log(result.content)
researcher, coder, planner, critic, summarizer, codeReviewer, prReviewer, sqlGen, dataAnalyst, translatorcomposeSkills(...skills) — merge system prompts and behavioral defaults{ name, description, systemPrompt }@agentskit/runtime, useChat, and the CLI --skill flag@agentskit/templates createSkillTemplate| Package | Role |
|---|---|
| @agentskit/runtime | createRuntime, skill option |
| @agentskit/tools | Tools skills orchestrate |
| @agentskit/adapters | LLM backends |
| @agentskit/templates | createSkillTemplate, scaffold |
MIT — see LICENSE.
FAQs
Ready-made skills (prompts + behavioral instructions) for AgentsKit agents.
The npm package @agentskit/skills receives a total of 311 weekly downloads. As such, @agentskit/skills popularity was classified as not popular.
We found that @agentskit/skills demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.