Agent Plugins Marketplace
← All plugins

systemsmith

v0.1.0

SystemSmith turns recurring engineering judgment into reusable agent skills.

CodexClaude Code10 Skills

By Arthur ZakirovLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
10 skill or MCP entries
Source updated
Sep 27, 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 systemsmith for Codex and Claude Code

Installs for the current user
codex plugin marketplace add ArthurZakirov/SystemSmith
codex plugin marketplace upgrade systemsmith
codex plugin add systemsmith@systemsmith

Paste and run these commands in a terminal with Codex. They add and refresh the systemsmith catalog, then install this plugin.

Compatibility: the page URL and API slug “systemsmith” remain stable.

  • Codex: systemsmith@agent-plugin-marketplace → systemsmith@systemsmith

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/ArthurZakirov/SystemSmith

Clone 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

systemsmith/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/engineer-agentic-ai/SKILL.md
├── skills/format-markdown/SKILL.md
├── skills/information-representation-design/SKILL.md
├── skills/living-artifacts/SKILL.md
├── skills/messaging-framework/SKILL.md
├── skills/relevance-first-information-design/SKILL.md
├── skills/security/SKILL.md
├── skills/self-review/SKILL.md
├── skills/swe-method/SKILL.md
└── skills/thoughts-to-artifact/SKILL.md

Included Skills10

engineer-agentic-aiskills/engineer-agentic-ai/SKILL.md

Translate natural-language requests about AI-agent behavior, skills, MCP tools/servers, prompts, routing, context loading, memory, hooks, plugins, permissions, delegation, portability, or other agentic-system behavior into the concrete runtime mechanism and change surface. Use when a request is phrased as what the AI should understand/do rather than how the target harness actually observes, triggers, routes, persists, or enforces that behavior.

format-markdownskills/format-markdown/SKILL.md

Generate or rewrite Markdown from unstructured notes, transcripts, scratch text, or rough drafts while preserving meaning and producing valid Markdown syntax. Use when the requested output is specifically a Markdown artifact.

information-representation-designskills/information-representation-design/SKILL.md

Choose or review the representation form for information that will already be shown: table, list, hierarchy, prose, diagram, code abstraction, chart, or another structure. Use when the same content could be organized in multiple ways and readability, comparison, scanning, or structural clarity depends on the representation.

living-artifactsskills/living-artifacts/SKILL.md

Apply when producing any markdown artifact for someone else (or future-you) to read — READMEs, analysis documents, Confluence pages, status reports, troubleshooting write-ups, skill content, conversation summaries, ticket descriptions, post-mortems, snapshots of system state, or any document that contains concrete current-state values. Defines the "snapshot + reproducer" rule (every static value must be paired with the command/query/script that regenerates it), the single-source-of-truth rule (reference canonical homes instead of duplicating values), and fact-vs-assumption marking. Trigger keywords include writing or producing or creating or drafting a README, analysis, Confluence page, status update, summary, snapshot, current state, documenting data, posting findings, file tree, port number, version number, table count, or any concrete value that may drift over time.

messaging-frameworkskills/messaging-framework/SKILL.md

Core principles for technical communication such as commits, PR descriptions, branch names, and technical documentation. Use when writing or refining engineering-facing messaging and when other skills need a shared communication baseline.

relevance-first-information-designskills/relevance-first-information-design/SKILL.md

Design or review any human- or agent-facing information surface so the consumer sees the minimum sufficient information at the right abstraction level for the current task, with clear routes to deeper detail only when relevant. Use for chat, docs, code, APIs, dashboards, charts, websites, profiles, messages, UIs, agent instructions, or other information-bearing interfaces.

securityskills/security/SKILL.md

Mandatory credential protection skill for all agents. Prevents reading, exposing, or leaking credentials, secrets, API keys, tokens, passwords, and auth-capable config files.

self-reviewskills/self-review/SKILL.md

Analyze the current conversation or mine historical chat sessions for correction patterns, wrong conclusions, or unnecessary user intervention. Use when the user wants to improve prompts, skills, workflows, or guardrails based on repeated mistakes.

swe-methodskills/swe-method/SKILL.md

Guide for working through a Jira story efficiently by separating context gathering, immutable evidence collection, codebase exploration, human-in-the-loop specification refinement, execution planning, and implementation. Use when turning a ticket into a reliable engineering workflow instead of jumping straight to code.

thoughts-to-artifactskills/thoughts-to-artifact/SKILL.md

Transform a user's raw thoughts, dictation, transcript, notes, brainstorm, or conversational explanation into a structured communication artifact while preserving meaning, examples, nuance, and recoverable detail. Use for articles, documentation, skills, READMEs, messages, briefs, posts, or similar outputs when the source structure is incidental and the output should organize ideas by meaning rather than original speaking order.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "systemsmith",
  "version": "0.1.0",
  "description": "SystemSmith turns recurring engineering judgment into reusable agent skills.",
  "author": {
    "name": "Arthur Zakirov",
    "url": "https://github.com/ArthurZakirov"
  },
  "homepage": "https://github.com/ArthurZakirov/SystemSmith",
  "repository": "https://github.com/ArthurZakirov/SystemSmith",
  "license": "MIT",
  "keywords": [
    "skills",
    "codex",
    "claude-code",
    "plugin",
    "workflow"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "SystemSmith",
    "shortDescription": "Engineering methods for code, agents, and architecture",
    "longDescription": "Reusable engineering judgment packaged as agent skills for code, agents, docs, review, security, and architecture.",
    "developerName": "Arthur Zakirov",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/ArthurZakirov/SystemSmith",
    "defaultPrompt": [
      "Use the relevant SystemSmith method for this engineering task.",
      "Review, structure, document, or secure this work using the right method skill.",
      "Translate this AI-agent engineering request into concrete runtime changes."
    ],
    "brandColor": "#2563EB"
  }
}
.claude-plugin/plugin.json
{
  "name": "systemsmith",
  "description": "SystemSmith turns recurring engineering judgment into reusable agent skills.",
  "author": {
    "name": "Arthur Zakirov",
    "url": "https://github.com/ArthurZakirov"
  },
  "homepage": "https://github.com/ArthurZakirov/SystemSmith",
  "repository": "https://github.com/ArthurZakirov/SystemSmith",
  "license": "MIT",
  "keywords": [
    "skills",
    "claude-code",
    "plugin",
    "workflow"
  ],
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[systemsmith on Agent Plugins Marketplace](https://pluginsmp.com/plugins/systemsmith)