Releases: midudev/autoskills
Releases · midudev/autoskills
v0.3.6
✨ Features
🐛 Bug Fixes
- fix(autoskills): normalize registry paths for downloads
8477028
📦 Other Changes
v0.3.5
✨ Features
- feat(cli): surface skill security warnings
aba2acf - feat(autoskills): display registry security checks
df77e04 - feat(swiftui): support selecting xctrace runs
050801e - feat(rails-upgrade): add legacy guide and ci sync workflow
468fde3 - feat(cloudflare): add flagship feature flag references
f1b429d - feat(azure-diagnostics): add app service and messaging guides
260ddd4 - feat(autoskills): add curated Bun skill
2760757
🐛 Bug Fixes
- fix(ui): hide single selection group header
e5c26da
📦 Other Changes
- chore(skills): refresh registry skill guidance
5d301d5
v0.3.4
✨ Features
- feat(autoskills): add verbose install tracing
cc409f8 - feat(autoskills): fall back to main registry mirror
f7d9155
🐛 Bug Fixes
- fix(release): normalize repository URL for changelog and release summary links
832819e
📦 Other Changes
- style(autoskills): format code for improved readability
a5a3f11
v0.3.3
✨ Features
- feat(autoskills): update registry URL handling and remove legacy codex support
27205b5 - feat(autoskills): update package version and add new skills
03e8e8f - test(autoskills): add test for --clear-cache CLI option
66b89cd - feat(autoskills): add clear cache option to CLI
f8d7549 - feat(autoskills): add cache directory management functions
975bce3 - test(autoskills): add test for rejecting disallowed Archive.zip files
2bcf41d - feat(autoskills): implement file skipping logic for skill downloads
bd0b5e7 - feat(autoskills): prevent downloading disallowed skill files
2dc068d - feat(autoskills): review flagged skills before syncing
1edccd2 - feat(autoskills): add retry functionality for failed skills
e6c18dd - docs(skills): add Dart discovery guidance
289a854 - feat(autoskills): polish curated registry install flow
0c13719 - feat(autoskills): download registry skills on demand
2411321 - feat(autoskills): add local skills-registry with sync script
e8c477f - fix(detect): add Podfile to SwiftUI detection for CocoaPods iOS projects
d2352cd - feat(autoskills): add React Hook Form support
7e91438 - feat: add support for .NET, C#, ASP.NET Core, Blazor, and Minimal API
198ff70 - feat(autoskills): add Zod support
3d05e4c
🐛 Bug Fixes
- fix(autoskills): cache on-demand skill installs
b7e77f3 - fix(autoskills): make registry sync more resilient
336847b - fix(autoskills): update skill paths to match registry naming
01b17c7 - fix(skills-map): remove duplicate flask entry with empty skills array
2a28292 - fix(detect): replace deleted Cloudflare building skills with agents-sdk
43f0e6a - fix(autoskills): stop generating CLAUDE.md, clean up existing sections
986b05b
📦 Other Changes
- chore(autoskills): remove benchmark script from package
1be95c0 - refactor(autoskills): update agent folder mappings and tests
d22a330 - test(autoskills): refactor CLI tests to use temporary directory consistently
572f31c - test(autoskills): update test to reject disallowed .zip files before downloading
617faec - refactor(autoskills): enhance file skipping logic to be case-insensitive
1aee9c5 - refactor(autoskills): simplify file skipping logic in sync-skills.mjs
c3ed116 - chore(autoskills): update skill file listings and hashes in registry
e875400 - refactor(autoskills): clean up code formatting and improve readability
affcd6f - chore(autoskills): refresh synced skill registry
4abff24 - chore(autoskills): update skill metadata and improve documentation
b3f68fd - refactor(autoskills): rewrite installer to use local registry
3a5045e - Merge pull request #97 from vishalpatel1994/fix/detect-ios-cocoapods-projects
fe58c72 - Merge pull request #99 from Prgm-code/fix/update-deleted-cloudflare-skills
bd89809 - chore: format skills map for oxfmt
04ba9bf - refactor(autoskills): clean up SKILLS_MAP by removing redundant skills entries
7f4cd58 - Merge pull request #85 from muhamadeissa92/support-aspnet-core
0086d2b - refactor(tests): streamline CLAUDE.md test case formatting
31430dd - style: format code with oxfmt
0149d2e - chore: reorder package.json fields (engines after devDependencies)
d3a03f2
v0.2.7
✨ Features
- feat(autoskills): add TypeScript build step to compile .ts to dist/
7a0c570
🐛 Bug Fixes
- fix(autoskills): build before publish and fix test glob in release script
4a324eb - fix(autoskills): prefer compiled dist/main.js, fallback to .ts in dev
ab9aa59
v0.2.6
✨ Features
- feat: show structured error details in install summary
64ed941 - feat: add Laravel detection with multi-signal approach
cc4f7c2 - feat(autoskills): add Python ecosystem technology detection (#17)
323edbf - feat: add Electron project detection (#74)
1d5bd1f - feat: agregar detección de tecnologías y skills para proyectos Ruby on Rails
0987c24 - feat(detect): add Dart and Flutter project detection (#70)
7b5b2b3 - feat: generate CLAUDE.md summary for Claude Code installs (#61)
60e8db8 - feat(detect): expand technology signals and combo mappings
815f25f - feat(clerk): add new skills and framework combos
ae23db2 - feat: add Rust technology detection from Cargo.toml
0253ec4 - feat: add Go curated skills
2be15ab - feat: detect Go projects
b7a43e8
🐛 Bug Fixes
- fix: remove unused variable in claude.ts
447b954 - fix: improve Gradle module parsing and update Laravel detection
ff792ee - fix: format code for better readability in collectMarkdownFiles and test cases
7371088 - fix: handle escape sequences and batched input in multiSelect
2c4b7fd - fix: improve CLAUDE.md generation with symlink support and frontmatter parsing
c661ed3 - fix: use delimited sections in CLAUDE.md to preserve user content
55d4d05 - fix: detect technologies in Gradle multi-module projects via settings.gradle (#26)
286494c
📦 Other Changes
- refactor: migrate autoskills package from .mjs to TypeScript
1885540 - Merge pull request #57 from oscaruiz/fix/26-gradle-multimodule-detection
9f1330f - refactor: apply review improvements to Ruby/Rails detection
027d3e9 - chore: bump version to 0.2.5
c51559b - chore: format (#66)
4fc16a4 - Merge branch 'main' into feat/go-support
c4b7526 - terraform detection and skills added
a49969a - Merge branch 'main' of github.com:midudev/autoskills
4b08c10 - test(detect): cover new detections and Clerk combos
3382bd7
v0.2.4
✨ Features
- feat(agents): add OpenCode detection
4b0e23f - feat: pre-uncheck already installed skills in multi-select
365e707 - chore: add benchmark script for performance measurement
ab1c879 - feat: add Swift concurrency, Xcode build optimization, Swift Testing and Core Data skills
1efdc8f
🐛 Bug Fixes
- fix: resolve npm publish warnings that stripped bin entry
c76623b - fix(agents): map .kiro folder to kiro-cli identifier
36da4d8 - fix: resolve eslint warnings (unused imports, catch param, regex escape)
db69e54 - fix: changelog markdown link formatting
b36f24f
📦 Other Changes
- chore: track pnpm-lock.yaml for deterministic installs
0c94654 - refactor: accept options object in collectSkills and improve multiSelect UX
ba9028a - Merge pull request #38 from Mo3oDev/fix/kiro-cli-agent-id
8b06245 - Merge pull request #33 from pol-cova/feat/ios-dev-skills
9af064f - style: format code with consistent line wrapping and whitespace
3b60dcc - perf: optimize installation phase with bin pre-warm, concurrency and repo sorting
76c3ede - perf: optimize detection phase with cached reads, Set lookups and reduced syscalls
de3e835
v0.2.3
✨ Features
- refactor: add test helpers and reduce duplication across test files
fdbb7af - feat: add Three.js and @react-three/fiber.
6d5ac16 - feat: add support for deno.json and deno.jsonc in workspace resolution and technology detection
7d92dd1 - docs: add Clerk and Spring Boot to supported technologies
d5998e0 - feat: add Kiro agent support
d5016c5 - feat: add clerk router skill to nextjs-clerk combo
bec0f69 - feat: add Clerk authentication detection and skills
abfd4e5
🐛 Bug Fixes
- style: fix oxfmt formatting
4566573
📦 Other Changes
- refactor: use if-return instead of switch in bumpVersion
4ffb3d0 - refactor: extract log/write aliases to replace console.log and process.stdout.write
3a8961f - Merge pull request #30 from pedrocastellanos/feat-add-threejs-react-three
9aa3b4d - Merge pull request #32 from John7bigo/feat/read-deno-json
980e8f1 - Merge pull request #27 from Railly/feat/add-icons-and-docs
4f4e61d - chore: lint and format before release
e63bada
v0.2.2
✨ Features
- feat: simplificar la salida de detección de Cloudflare en pruebas de CLI
cf190bd - feat: mejorar la visualización en multiSelect al agregar separación entre grupos
b11997d - feat: actualizar iconos en la salida de CLI para mejorar la legibilidad
0c25238 - feat: mejorar la visualización de etiquetas de habilidades en la salida de CLI
41b0d48 - feat: implementar rollback en caso de fallos durante el proceso de release
013702f
v0.2.0
✨ Features
- feat: add Java/Spring Boot detection and extract skills map to dedicated file
90bd791 - feat: add monorepo workspace detection support
85e14cd - feat(autoskills): detect Kotlin Multiplatform and Android via Gradle
4efd5c9 - Update autoskills package to version 0.1.6 and add release script
92216ec - Add CHANGELOG.md for autoskills package
03127c4
🐛 Bug Fixes
- fix: hide combo source labels from skill list display
138a895 - fix: Windows installer by making the npx spawn options platform-aware.
b661b88
📦 Other Changes
- Enhance release script documentation with JSDoc comments. Added detailed descriptions for changelog generation and update functions to improve clarity and maintainability.
dbab11d - Enhance documentation with JSDoc comments across multiple files. Added detailed descriptions for functions in index.mjs, installer.mjs, lib.mjs, ui.mjs, and release.mjs to improve code clarity and maintainability.
595bfa0 - merge: resolve conflicts with main branch
97c4cef - merge: resolve conflicts with main branch
9505993 - Merge pull request #10 from dieguedev/main
31d4727 - Merge pull request #6 from sebastiansandoval27/main
70ca7fb - Merge pull request #3 from AlvaroMinarro/feat/kmp-android-detection
2381250 - refactor(lib.mjs): Replace outdated tailwind-v4-shadcn SKILL
d7e01a8 - Enhance agent installation support in autoskills CLI
0f90d9b