Kaneme — Your writing identity, measured and portable
v1.5.1
com.kaneme/kaneme
Build a voice from your own texts, measure whether a text still sounds like you, then write in it.
“writing” 共 663 个结果
v1.5.1
com.kaneme/kaneme
Build a voice from your own texts, measure whether a text still sounds like you, then write in it.
v0.1.0
io.github.reach120/reach120-mcp
Fetch English writing practice prompts and score a written response. Bring your own API key.
v3.5.0
top.novelmcp/novel-factory
Chinese web novel MCP: 36 tools (outline, prose, review, coach, KD export). BYOK, no API key.
v1.0.11
io.github.CSOAI-ORG/writing-assistant-ai-mcp
Writing Assistant Ai tools for AI agents. Capabilities: generate headlines, score readability
v1.0.0
com.rafeblandford/career
Rafe Blandford's published career, case studies and writing. Read-only; no route to contact him.
v1.0.0
ai.writingmate/writingmate-mcp
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
v1.0.1
io.github.stockandawe/writing-clinic
Free MCP tool: paste your writing, get a one-line diagnosis and a tightened rewrite.
v2.2.2
io.github.theserverlessdev/wsc
Prose linter + AI-slop detector: weasel words, passive voice, hedging, and research-cited AI tells
v0.1.1
sh.copywriting/copyscore
Score your copy instantly and access 560+ guides on persuasion, hooks, and sales writing.
v3.29.3
io.github.hannasdev/mcp-writing
Metadata-first fiction editing and reasoning tools for long-form writing projects.
v1.12.4
ai.smithery/pythondev-pro-egw_writings_mcp_server
Search Ellen G. White’s writings by keyword to surface relevant quotations. Retrieve exact passage…
vmain
io.github.discourse/discourse/discourse-writing-html-css
Write and repair HTML/CSS/SCSS for Discourse core, plugins, themes, and theme components. Use when authoring or modifying templates (.gjs/.hbs), stylesheets (.scss), component markup, class names, responsive layout, FormKit/select-kit styling, or CSS regressions. Covers Discourse's BEM-with-standalone-modifiers naming, the CSS custom-property color palette (theming + dark mode), template/HTML conventions, CSS repair patterns, and where stylesheets live.
vmain
io.github.discourse/discourse/discourse-writing-typescript
Write TypeScript for Discourse core, plugins, and themes. Use when authoring new .ts/.gts files (components, modifiers, helpers, services, utils), typing an existing public API, or converting existing .js/.gjs files to .ts/.gts. Covers the component/modifier/plain-class Signature patterns, TSDoc for Signatures, typing untyped dependencies, compile-time type tests, the strict-grade bar under the loose global tsconfig, and the faithful-port and rename pitfalls that the type-checker does NOT catch.
vmain
io.github.NousResearch/hermes-agent/research-paper-writing
Write ML papers for NeurIPS/ICML/ICLR: design→submit.
vmaster
io.github.PostHog/posthog/writing-code-comments
Gates whether a code comment should exist and forces the ones that stay to explain why, not what. Use ALWAYS before writing or editing a comment in any language (Python, TypeScript, Go, Rust, SQL), and when reviewing a diff that adds comments. Removes the comment types that clutter the codebase: narration that restates the code, change-history and chat-context notes ("previously did X", "per PR #123", "AI:"), perishable measurements and current-state stamps ("~20 min build", "currently", "today"), commented-out code, and redundant docstrings. Keeps the ones that earn their place: a non-obvious why, a warning about a non-local consequence, a pointer to context a future reader can't reconstruct. Not for user-facing copy (see `/writing-user-facing-copy`) or commit messages.
vmain
io.github.mattpocock/skills/writing-fragments
Writing, explore: mine raw fragments, no structure yet.
vmain
io.github.mattpocock/skills/writing-shape
Writing, exploit: shape raw material into an article, paragraph by paragraph.
vmaster
io.github.PostHog/posthog/writing-dataclasses
House rules for Python dataclasses in PostHog: when to reach for one instead of a tuple or `dict[str, Any]`, which decorator to use (`@frozen` from `posthog.dataclasses`), how to name, construct, consume and evolve them, how to keep secrets out of `repr`, and when a function should accept a dataclass instead of its unpacked fields. Use when adding or changing a dataclass, returning or passing several values from a function, converting a tuple or dict payload, deciding `frozen=`/`slots=`/`kw_only=`, or passing a facade contract DTO through internal layers. Not for pydantic models used as HogQL/query schema, DRF serializers, or Django models.
vmain
io.github.mattpocock/skills/writing-for-agents
Writing documents for agents. Use when creating or editing skills, or modifying AGENTS.md or CLAUDE.md.
vmain
io.github.mattpocock/skills/writing-beats
Writing, exploit; assemble raw material into a journey of beats, grounding each term before a beat leans on it.
vmain
io.github.obra/superpowers/writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
vmain
io.github.obra/superpowers/writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
vmaster
io.github.PostHog/posthog/writing-evals
Teaches how to write and run evals on the `products/posthog_ai/eval_harness/` harness — sandboxed agent suites that execute the real coding agent in a Docker or Modal sandbox against a seeded Hedgebox project, and one-shot suites that score a single in-process model invocation per case. Use when adding or changing eval suites, cases, scorers, seeders, or synthesizers under `products/posthog_ai/evals/` or `products/*/evals/`, when touching the harness under `products/posthog_ai/eval_harness/`, or when running or debugging those evals (`hogli evals`). Covers suite kinds and discovery, case anatomy, the seeder/synthesizer split, the one-branch scorer patterns, and how to read results. Not for `ee/hogai/eval/ci/` pytest evals, and not for the LLM Analytics product's evaluation features.
vmaster
io.github.PostHog/posthog/writing-streamlit-apps
Write Streamlit app source code that runs well in a PostHog sandbox — the posthog_apps.query() bridge for reading PostHog data, the packages baked into the sandbox image, caching and session state across Streamlit reruns, layout and chart patterns, and single-file app.py structure. Use when authoring or debugging the Python source of a PostHog Streamlit app, when a query inside an app fails, or when asked to "write a streamlit app that shows PostHog data".