
Security News
TypeScript 6.0 Released: The Final JavaScript-Based Version
TypeScript 6.0 introduces new standard APIs, modern default settings, and deprecations as it prepares projects for the upcoming TypeScript 7.0 release.
@skillkit/agents
Advanced tools
Agent adapters for SkillKit - supports 17+ AI coding agents.
npm install @skillkit/agents
| Agent | Config Format | Skills Directory |
|---|---|---|
| Claude Code | SKILL.md | .claude/skills/ |
| Cursor | .cursorrules, .mdc | .cursor/skills/ |
| Codex | SKILL.md | .codex/skills/ |
| Gemini CLI | SKILL.md | .gemini/skills/ |
| Windsurf | .windsurfrules | .windsurf/skills/ |
| GitHub Copilot | Markdown | .github/copilot-instructions.md |
| OpenCode | SKILL.md | .opencode/skills/ |
| Antigravity | SKILL.md | .antigravity/skills/ |
| Amp | SKILL.md | .amp/skills/ |
| Goose | SKILL.md | .goose/skills/ |
| Kilo | SKILL.md | .kilocode/skills/ |
| Roo | SKILL.md | .roo/skills/ |
| Trae | SKILL.md | .trae/skills/ |
| And more... |
import { getAdapter, detectAgent, listAdapters } from '@skillkit/agents';
// Get adapter for specific agent
const adapter = getAdapter('claude-code');
console.log(adapter.skillsDir); // .claude/skills/
// Detect installed agents
const detected = detectAgent();
console.log(detected); // ['claude-code', 'cursor']
// List all available adapters
const adapters = listAdapters();
Full documentation: https://github.com/rohitg00/skillkit
Apache-2.0
FAQs
Agent adapters for SkillKit - supports 32 AI coding agents
The npm package @skillkit/agents receives a total of 182 weekly downloads. As such, @skillkit/agents popularity was classified as not popular.
We found that @skillkit/agents 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.

Security News
TypeScript 6.0 introduces new standard APIs, modern default settings, and deprecations as it prepares projects for the upcoming TypeScript 7.0 release.

Security News
/Research
Newly published Trivy Docker images (0.69.4, 0.69.5, and 0.69.6) were found to contain infostealer IOCs and were pushed to Docker Hub without corresponding GitHub releases.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.