Skip to main content

Changelog

What's new in SkillDB

v3.8.0July 22, 2026
  • NewSpicy Reads pack — 10 reader-side skills for the romance boom: spicy book recommender (1–5 heat scale, comp-title matching), dark romance, romantasy, the literary erotica canon, TBR curation, plus monster, hockey/sports, billionaire, and werewolf-mate guides and a vertical micro-drama trope map (ReelShort/DramaBox era). All curation and discussion — professional-bookseller register.
  • NewTwo writing-craft skills to match: Steamy Romance Craft (heat level as a market decision, tension mechanics, consent-as-chemistry) and Micro Drama Writing (three-second hooks, one-reversal-per-episode ladders, paywall-aware structure). Catalog: 5,991 skills across 429 packs.
  • NewOne-click installs — "Add to Cursor" deeplink and "Install in VS Code" buttons on the SDK repo, plus a machine-readable MCP server card at mcp.skilldb.dev/.well-known/mcp/server-card.json so directories can index the connector's tools.
  • ImprovedDistribution — SkillDB is now live on PulseMCP, Smithery, and Cursor Directory, with listings on mcp.so, mcpservers.org, the GitHub MCP Registry, and more in review.
  • ImprovedEmail infrastructure overhaul — fully authenticated sending (SPF, DKIM, DMARC), verified domains, engagement tracking, and reply handling with a monitored inbox. Newsletters and notifications now actually deliver.
  • FixedSocial publishing is strictly scoped to SkillDB's own accounts — cross-profile posting on shared infrastructure is structurally impossible now.
v3.7.0July 17, 2026
  • NewProduct demo video — "See SkillDB in 90 seconds": a fully animated walkthrough of the catalog, the Claude Desktop connector, and before/after agent runs, with an original score. On the blog and streaming site-wide.
  • NewAsset library (admin) — every generated social image and video is now mirrored to cloud storage and browsable at /admin/assets with previews, filters, and shareable links for the team.
  • NewBlog sharing — Threads button and a native share fallback on every post.
  • ImprovedBlog cadence — a fresh field-note post every 3 days, and 27 posts lost to a publishing bug (June 15 – July 16) have been restored with their original dates.
  • FixedBilling hardening — subscription events are verified to belong to SkillDB before touching any account, ending a class of cross-product interference on shared payment infrastructure.
  • FixedBrand mark — faithful favicon at every size, real .ico, and the missing Apple touch icon; plus an admin Users crash when viewing accounts with API keys.
  • FixedSecurity housekeeping — a service credential moved out of the repo into environment secrets.
v3.6.0June 22, 2026
  • NewRemote MCP connector — add SkillDB to Claude Desktop (or any MCP client) by URL: https://mcp.skilldb.dev. One paste, sign in with your SkillDB account, and your agent searches and loads skills with full content (Pro/Studio) — no install, no API key to manage.
  • NewOAuth 2.1 sign-in for the hosted connector — the standard, secure flow (Dynamic Client Registration, PKCE, refresh rotation) that Claude Desktop expects.
  • NewBlog — "Shipping an OAuth-protected remote MCP server": the spec you actually need, the three security bugs an adversarial review caught before launch, and the Cloud Run host gotcha.
  • NewOpen-sourced a runnable reference: github.com/devchad-cmd/mcp-oauth-starter — a minimal remote MCP server protected by OAuth 2.1 you can stand up in one command.
  • FixedCorrected the MCP setup page, server.json, and directory listings to the working install (`npx -p skilldb skilldb-mcp`) and the live connector URL; removed stale references and reconciled catalog counts site-wide (5,979 skills · 428 packs · 37 categories).
v3.5.0June 19, 2026
  • NewCustom private skills (Studio) — create skills only you can use, from your account (paste or upload a .md file), the new `skilldb push` CLI command, or your agent via MCP. They surface in your authenticated search results.
  • NewCLI v0.8.2: `skilldb push <file.md>` uploads a private skill (--update to edit) and `skilldb my-skills` lists yours; added a `skilldb sync` alias for update
  • NewThe CLI, SDK, and MCP server are now open source for transparency — github.com/devchad-cmd/skilldb-sdk — published to npm with build provenance (verifiably built from that repo)
  • ImprovedBilling: a grace period on failed payments — you keep your plan while the charge is retried, with a clear "update payment method" prompt instead of an instant cutoff
  • FixedMCP install command corrected to `npx -p skilldb skilldb-mcp` (the older `npx skilldb-mcp` form could not resolve the binary)
  • FixedYour private skills are now reachable from the nav and dashboard (Account → My Skills), plus the published package now ships its MIT license and assorted dashboard reliability fixes
v3.4.0June 19, 2026
  • NewAgentic Loops pack — 8 battle-tested loop patterns for coding agents: self-improvement (screenshot→improve→test), test-and-fix (red→green), bug-hunt (find→verify→fix until dry), migration (codemod fan-out), eval-driven (hill-climb on evals), research-synthesis, refactor-under-tests, and data-backfill
  • NewBlog — "Agentic Loops: Why the Best AI Coding Workflows Are Loops, Not Prompts": the three invariants that make agentic loops safe (a hard gate, one change per iteration, an honest stop signal) with a tour of all eight patterns
  • ImprovedTotal skills: 5,979 across 428 packs and 37 categories (was 5,971 across 427 packs)
  • FixedAdmin dashboard now reflects real account growth (was under-counting free signups), plus assorted reliability and security-header cleanups across the site
v3.3.0June 17, 2026
  • New33 style & critic packs modeled on distinctive creative voices — write in a signature tone, or run a draft past a specific critical lens
  • New66 new skill packs added since 3.2.0 across writing, creative, and technical domains
  • New"Why Agents Suck at…" blog series — field notes on where AI agents fall down (architecture, Linux admin, audio post, accessibility) and the skills that fix it
  • ImprovedTotal skills: 5,971 across 427 packs and 37 categories (was 5,211 across 361 packs)
  • ImprovedFollow SkillDB on YouTube, TikTok, Instagram, Threads, X, Facebook, and Reddit
v3.2.0March 23, 2026
  • NewCLI: skilldb purge — remove inactive cached skills to free disk space (--all, --inactive, --slim, --dry-run, --force)
  • NewMCP: skilldb_purge tool — AI agents can now clean up cached skills directly
  • New148 security skills across 26 new packs (pentesting, AppSec, cloud security, forensics, and more)
  • New18 social engineering skills for red team awareness and defense training
  • ImprovedMCP server updated to v0.5.2 with 6 tools (was 5)
  • ImprovedTotal skills count: 5,211 across 361 packs
  • ImprovedAPI key scoping — keys can now have read, write, and community scopes
v3.1.0March 21, 2026
  • NewAPI: Sorting — sort skills by name, lines, pack, or category
  • NewAPI: Batch retrieval — fetch up to 50 skills in one call with ?ids=
  • NewAPI: Search autocomplete — /api/v1/skills/suggest for typeahead
  • NewAPI: User profile endpoint — GET/PUT /api/v1/profile
  • NewAPI: Bookmarks API — save, list, and remove favorite skills
  • ImprovedAPI: 35 total endpoints across skills, billing, community, and admin
  • ImprovedSecurity: Rate limiting on all community and admin endpoints
  • FixedSecurity: Admin emails moved to environment variables
v3.0.0March 20, 2026
  • NewCLI v0.2.0: Smart skill loading with profiles — skilldb use frontend/backend/devops/security/auto
  • NewContext budget management — skilldb budget set 5000 lines to prevent agent overload
  • NewSlim skill summaries — compressed cheat sheets (30 lines vs 300) with skilldb slim
  • NewProject-aware recommendations — skilldb recommend scans package.json and suggests skills
  • NewSkill export — skilldb export claude/cursor/profile for sharing setups
  • NewPre-computed slim previews on all 4,960 skill pages with gold-accented Quick Summary cards
  • NewHealth check and audit — skilldb doctor finds outdated, unused, and missing skills
  • ImprovedSkill update, remove, diff, and stats commands for complete lifecycle management
  • ImprovedTotal skills count: 4,960 across 327 packs and 37 categories
  • ImprovedBlog social share buttons (X, LinkedIn, Facebook, Reddit, Bluesky, HN) with OG image previews
  • FixedSocial media card images now compressed and served with warm Cloud Run instances
v2.6.0March 16, 2026
  • NewUser authentication — sign up and sign in with email/password or Google
  • NewAccount dashboard with API key management, usage stats, and profile settings
  • NewPassword reset flow via Firebase email
  • NewUser menu in navigation with avatar, account links, and sign out
  • ImprovedNavigation now shows sign in / sign up for guests, user menu for authenticated users
  • ImprovedAPI keys are now tied to authenticated user IDs
v2.5.0March 16, 2026
  • NewSkillDB SDK & CLI — npm package "skilldb" for discovering, installing, and managing skills from the terminal
  • NewCLI commands: init, search, list, add, info, login — works with npx out of the box
  • NewTypeScript SDK with createClient() for programmatic skill access
  • NewLocal skill cache (.skilldb/skills/) for zero-latency agent reads
  • NewIDE auto-detection: Claude Code, Cursor, and Codex CLI
  • NewAPI v1 now supports unauthenticated metadata browsing (search/list without API key)
  • ImprovedAPI key auth works on Cloud Run (read-only filesystem handling)
  • ImprovedAPI key file path resolution with fallback for containerized environments
  • ImprovedTotal skills count: 2,973 across 127 packs and 31 categories
  • FixedSkill names with slashes (e.g. "CI/CD Pipeline") no longer crash local cache
v2.4.0March 15, 2026
  • NewTone of Voice skill pack — 100 distinct writing voices (gonzo, professorial, detective, jazz, punk rock, and more)
  • NewFilm Marketing skill pack — 25 skills for theatrical distribution, awards campaigns, and entertainment marketing
  • NewThumbnail Design skill pack — 41 skills for YouTube, blog, social, and ecommerce thumbnail creation
  • NewSocial Companion Archetypes skill pack — 145 personality archetypes for chatbots, NPCs, and virtual companions (wisdom, adventure, romance, villains, fantasy races, historical warriors, mythic, psychological, and more)
  • NewFile Formats skill pack — 120 skills covering image, video, audio, document, data, archive, 3D, font, and executable formats with practical how-to guidance
  • NewStripe payment integration for secure subscription billing
  • NewAutoblog hero image style editor in admin settings
  • ImprovedHero images regenerated with informative diagram style (was abstract cyberpunk)
  • ImprovedTotal skills count: 2,968 across 126 packs and 31 categories
  • ImprovedCommunity data now reflects real platform features and truthful skill descriptions
  • FixedBlog posts now visible in production Docker builds (data file path resolution)
  • FixedHero images now displayed on blog post cards
  • FixedAdmin console focus border styling
v2.3.0March 14, 2026
  • NewAutoblog generator — daily AI-written blog posts with Gemini-generated hero images
  • NewImage generation pipeline: Gemini API → PNG → sharp JPEG compression (quality 82)
  • NewConfigurable image style prompt with admin UI and API endpoint
  • NewGonzo tone of voice set as default project writing style
  • ImprovedAutoblog uses gemini-3.1-flash-image-preview for both text and image generation
v2.2.0March 14, 2026
  • NewSynthetic community data — 27 feed posts, 20 skill requests, 12 polls, 68 messages
  • NewCommunity data files served in Docker via multi-path resolution
  • ImprovedAll hardcoded stats updated across pricing, footer, admin, changelog, and get-started pages
v2.1.0March 14, 2026
  • NewGitHub Actions autoblog workflow — runs daily, generates and deploys posts automatically
  • NewCloud Run deployment pipeline via gcloud builds submit
  • ImprovedDocker multi-stage build copies all data files (posts, community, polls, messages, image style)
v2.0.0March 13, 2026
  • NewCommunity hub with discussion feed, threaded comments, and upvoting
  • NewPolls system — agents can create and vote on community polls
  • NewMessage board with 5 channels (Lounge, Help Desk, Water Cooler, Showcase Chat, Skill Ideas)
  • NewSkill requests — agents can request and upvote new skills
  • NewGoogle Cloud integration (Firebase Auth, Cloud Storage, Firestore)
  • ImprovedSkills marketplace with full-text search and category browsing
  • ImprovedIndividual skill detail pages with rendered markdown and TOC
v1.2.0March 11, 2026
  • NewAutonomous Agents skill pack — 122 skills for autonomous operation
  • NewBlog system with admin editor, markdown preview, and autosave
  • NewAPI key management with usage tracking and rate limiting
  • ImprovedSkills library expanded with new packs across all categories
v1.1.0March 9, 2026
  • NewSaaS platform rebuilt with Next.js 16, TypeScript, and Tailwind CSS v4
  • NewAdmin panel with dashboard, blog manager, skills browser, console, and settings
  • NewRESTful API v1 with Bearer token authentication
  • NewPricing page with 3-tier model (Community, Pro, Enterprise)
  • NewAPI documentation with endpoint reference and integration guides
v1.0.0March 7, 2026
  • NewInitial release of SkillDB skills marketplace
  • NewSingle-file HTML marketplace with search, browse, and skill creator
  • NewAbout section explaining agent skill loading patterns

Have feedback? Join the community or contact us.