Conversation
- Delete docs/guide/marketplace.md, docs/guide/billing.md, docs/design/OPEN-SOURCE-STRATEGY.md - Remove marketplace and billing sections from API reference - Remove marketplace/billing sidebar entries from VitePress config - Clean CLAUDE.md: remove marketplace controller, routes, billing endpoints, plan gates - Clean PLAN.md: remove marketplace and billing migration phases - Clean NESTJS_MIGRATION_PLAN.md: remove MarketplaceSkill, MarketplacePayout, Plan models, Stripe references, billing module, marketplace module - Clean GUARDRAILS.md: remove marketplace-specific trust/moderation layers - Update README, docs homepage, library page, and auth page to remove marketplace/billing refs - Close GitHub issues #19 (Marketplace) and #26 (Billing) as not planned Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Phase 1 (Spec v1):
- Add docs/reference/spec-v1.md — formal skill format specification with
RFC 2119 language, manifest schema, frontmatter fields, folder format,
slugs, categories, skill types, and backward compatibility guarantees
- Add docs/reference/provider-contract.md — ProviderDriver interface,
ResolvedSkill/FileOutput types, and per-provider output specifications
- Add docs/reference/composition-spec.md — include resolution algorithm,
max depth, circular detection, missing includes, diamond dependencies
- Add docs/reference/template-spec.md — {{variable}} syntax, resolution
algorithm, value source priority, unresolved variable behavior
- Add Specification section to VitePress sidebar
Phase 5 (Roadmap Realignment):
- Close NestJS migration milestones 1-5 and all 38 issues
- Rewrite PLAN.md with CLI-first roadmap (Phases 1-5)
- Close issues #88, #89
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
TypeScript CLI (Node 18+) with 7 commands (init, add, sync, diff, lint, import, test), 6 provider drivers (Claude, Cursor, Copilot, Windsurf, Cline, OpenAI), and core services for parsing, composition, template resolution, and prompt linting. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Covers SkillFileParser, TemplateResolver, PromptLinter, SkillCompositionService, ManifestService, SyncService, and all 6 provider drivers with vitest. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Repositions Skillr as a CLI tool (`npx skillr`) with the web dashboard as an optional add-on. Adds logo, for-the-badge shields, architecture diagram, full command reference, skill format docs, and reverse import example. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.