You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π οΈ CLI + MCP server + web catalog for AI agent skills, workflows, and MCP configs.
Your personal toolkit for AI-powered development β browse the catalog, install curated skills into any project, or let your AI agent manage its own toolset via MCP.
# List all available resources
npx @ivannikov-pro/ai-agent-kit@latest list
# Install a skill into your project
npx @ivannikov-pro/ai-agent-kit@latest add skill-base
# Install globally
npx @ivannikov-pro/ai-agent-kit@latest add find-docs --global
# Interactive project setup
npx @ivannikov-pro/ai-agent-kit@latest init
How to create, maintain, and distribute AI agent skills
find-docs
Documentation lookup via Context7 MCP
MCP Configs
Name
Package
ai-notify-tg
@ivannikov-pro/ai-notify-tg
Development
pnpm install # Install all deps
pnpm build # Build all packages
pnpm --filter web dev # Web catalog dev server
pnpm --filter cli build # Build CLI only
Documentation
Architecture β components, data flow, build system