Adversarial Architect subagent for the design-architecture skill. Red-teams the system by thinking like an attacker or a chaos engineer: malformed inputs, LLM adversarial outputs, cascading failures, partial-write corruption, race conditions, and invariant violations that slip past normal review. Invoked by the…
Data Architect subagent for the design-architecture skill. Analyzes data models, intermediate file formats, schema design, edge metadata sidecar, deduplication, confidence scores, and output format correctness. Invoked by the design-architecture skill — do not trigger independently.
Software Architect subagent for the design-architecture skill. Analyzes code structure, module design, abstractions, interfaces, coupling, cohesion, testability, and adherence to CLAUDE.md design decisions. Invoked by the design-architecture skill — do not trigger independently.
System Architect subagent for the design-architecture skill. Analyzes overall system design, pipeline orchestration, component boundaries, re-entry points, and operational concerns. Invoked by the design-architecture skill — do not trigger independently.
Reviews the current codebase architecture and proposes improvements using four parallel specialist subagents: System Architect, Software Architect, Data Architect, and an Adversarial Architect that red-teams failure paths, LLM adversarial output scenarios, silent corruption risks, and invariant bypasses. Each subagent…
Set up and maintain the GitHub Pages site for the mykg repo (SenolIsci/mykg) — a purpose-built pages/ folder (landing page adapted from README.md, blog posts, diagrams), built by a GitHub Actions workflow that runs Jekyll and deploys the result to a gh-pages branch. Use whenever the user wants to publish project…
Build, analyze, and visualize networks and graphs using NetworkX (Python). Use this skill whenever the user wants to: create graphs or networks, analyze graph properties, compute centrality measures, find shortest paths, detect communities, run graph algorithms, convert graphs to/from matrices or dataframes, visualize…
Run mykg knowledge-graph commands inside Claude Code from one slash command /mykg. The user describes intent in natural language (extract, append, resume, approve, walkthrough, parse-docs, fetch-web, query); the skill parses intent, builds the right mykg CLI command from the live --help output, confirms, runs it, and…