writers-loop
v0.1.0A portable writing workflow for planning, critique, revision, style distillation, translation, and local preference learning.
By Writer's Loop contributorsLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 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 writers-loop for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add writers-loop@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “writers-loop” remain stable.
- Codex:
writers-loop@agent-plugin-marketplace→writers-loop@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/xxsang/writers-loop/.
Plugin files
├── .codex-plugin/plugin.json└── skills/writers-loop/SKILL.md
Included Skills1
Use when working on substantial writing artifacts where structure, audience fit, critique, revision, translation, style learning, or decision-backed preference learning matters; also when learning reusable writing style from the user's own writing or permitted reference samples.
Plugin manifests1
{
"name": "writers-loop",
"version": "0.1.0",
"description": "A portable writing workflow for planning, critique, revision, style distillation, translation, and local preference learning.",
"author": {
"name": "Writer's Loop contributors",
"url": "https://github.com/xxsang/writers-loop"
},
"homepage": "https://github.com/xxsang/writers-loop",
"repository": "https://github.com/xxsang/writers-loop",
"license": "MIT",
"keywords": [
"writing",
"skills",
"planning",
"critique",
"revision",
"style",
"translation",
"preference-learning"
],
"skills": "./skills/",
"interface": {
"displayName": "Writer's Loop",
"shortDescription": "Plan, critique, revise, and learn writing preferences locally",
"longDescription": "Writer's Loop guides substantial writing through framing, plan checkpoints, drafts, critique, targeted edits, style distillation, translation, and optional local preference learning.",
"developerName": "Writer's Loop contributors",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/xxsang/writers-loop",
"defaultPrompt": [
"Use $writers-loop to help me write this document.",
"Use $writers-loop to critique and revise this draft.",
"Use $writers-loop to distill style from these files."
],
"brandColor": "#256D5A",
"screenshots": [],
"privacyPolicyURL": "https://github.com/xxsang/writers-loop/blob/main/PRIVACY.md"
}
}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.
[writers-loop on Agent Plugins Marketplace](https://pluginsmp.com/plugins/writers-loop)