tstack
v0.1.0-alpha.1Find answers across work sources and write concise, grounded prose.
By tnabLicense: MIT0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tstack for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add tstack@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/tnab/tstackClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/tstack-search/SKILL.md└── skills/tstack-write/SKILL.md
Included Skills2
Find documents or answer work questions across available code, Notion, Slack, Drive, and other work sources. Use for decisions, rationale, current plans, ownership, and cross-source research; return concise answers with evidence and relevant gaps.
Draft or edit knowledge-work prose for clarity, brevity, and a natural voice. Use for documents, meeting summaries, slide copy, briefs, and research answers, especially requests to tighten writing, remove filler, or remove AI tells.
Plugin manifests3
{
"name": "tstack",
"version": "0.1.0-alpha.1",
"description": "Find answers across work sources and write concise, grounded prose.",
"author": {
"name": "tnab",
"url": "https://github.com/tnab"
},
"skills": "./skills/",
"interface": {
"displayName": "tstack",
"shortDescription": "Search work sources and write clearly.",
"longDescription": "Two starter skills for cited research and direct writing. Uses available tools and connected sources; includes no accounts or credentials.",
"developerName": "tnab",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Use $tstack-search to find the decision and its rationale.",
"Use $tstack-write to tighten this draft without changing its meaning."
]
},
"repository": "https://github.com/tnab/tstack",
"license": "MIT"
}{
"name": "tstack",
"version": "0.1.0-alpha.1",
"description": "Find answers across work sources and write concise, grounded prose.",
"author": {
"name": "tnab",
"url": "https://github.com/tnab"
},
"repository": "https://github.com/tnab/tstack",
"license": "MIT",
"keywords": [
"knowledge-work",
"search",
"writing",
"research"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "tstack",
"version": "0.1.0-alpha.1",
"description": "Find answers across work sources and write concise, grounded prose.",
"author": {
"name": "tnab",
"url": "https://github.com/tnab"
},
"repository": "https://github.com/tnab/tstack",
"license": "MIT",
"keywords": [
"knowledge-work",
"search",
"writing",
"research"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tstack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tstack)