Conversation
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.
Adds Tack to the end of Developer Productivity Tools, alongside Context7 and SpecStory, since it exists to get accurate context from a page into an AI coding tool.
What it does. One script tag on any page. Add
#tackto the URL, click an element, and write what should change — or open the edit tab and rewrite the text directly, in which case the export carries an exactCurrent:/Change to:replacement instead of a description an agent has to interpret. The Markdown it produces gives each note three anchors (element text, nearest heading, CSS selector) plus a stated protocol telling the model to grep the text first, since selectors go stale on the first refactor.One thing worth being upfront about: Tack itself contains no model. It is AI-enhanced in the sense that it exists solely to make AI coding tools accurate — it prepares context for Claude Code, Cursor, Copilot or anything else — but it does not call an LLM. If that puts it outside the scope of this list, no hard feelings and feel free to close.
Checks against the contribution rules:
Repo: https://github.com/Dkibkalo/tack · npm: https://www.npmjs.com/package/@kibkalo/tack
Added at the end of the section, in the
- **[Name](url)** – description.format used throughout.