docs: add SpecKit Assistant npm package to Community Friends#3142
Merged
Conversation
Adds SpecKit Assistant (https://www.npmjs.com/package/speckit-assistant) to the Community Friends list. It is a visual interface for the specify CLI that orchestrates Spec-Driven Development (SDD) — connecting local specification, planning, and task checklists with AI agents (Claude, Gemini, Copilot). No installation required; run it via npx speckit-assistant. As the author of both the VS Code Spec Kit Assistant extension and the SpecKit Assistant npm package, I maintain these community tools that provide a visual interface on top of the specify CLI.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the SpecKit Assistant npm package to the Community Friends documentation, expanding the list of community-built tools that provide a visual interface around the specify CLI.
Changes:
- Renames the existing Marketplace entry to VS Code Spec Kit Assistant for clarity.
- Adds a new entry for SpecKit Assistant on npm, including
npx speckit-assistantusage.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
mnriem
requested changes
Jun 24, 2026
mnriem
left a comment
Collaborator
There was a problem hiding this comment.
Please address Copilot feedback
Address Copilot review: 'No installation required' was misleading for an npx-run package since npx still downloads it. Clarify that no global installation is required.
Contributor
Author
|
Thanks for the review! Both Copilot findings are now addressed:
|
mnriem
approved these changes
Jun 24, 2026
Collaborator
|
Thank you! |
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.
Description
Adds SpecKit Assistant to the Community Friends list in
docs/community/friends.md.SpecKit Assistant is an npm package that provides a visual interface for the
specifyCLI. It is a visual orchestrator for Spec-Driven Development (SDD), connecting your local specification, planning, and task checklists with AI agents (Claude, Gemini, Copilot). No installation is required — it runs directly vianpx speckit-assistant.Disclosure of authorship: I am the author and maintainer of both the VS Code Spec Kit Assistant extension (already listed) and the SpecKit Assistant npm package added in this PR. Both are community tools that provide a visual interface on top of the
specifyCLI.Testing
AI Disclosure