Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 2.98 KB

File metadata and controls

30 lines (25 loc) · 2.98 KB

References

Curated list of projects with rules / skills for AI assistants targeting 1C development.

Rules and skills for 1C

Generic rules for AI agents

  • andrej-karpathy-skills — Karpathy's rules (forrestchang): four AI-coding principles (Think Before Coding, Simplicity First, Surgical Changes, Goal-Driven Execution).
  • superpowers — Jesse Vincent / obra: skill framework for coding agents (brainstorming, writing-plans, executing-plans, subagent-driven-development, systematic-debugging, verification-before-completion, requesting/receiving-code-review, using-git-worktrees, finishing-a-development-branch, writing-skills). Source for the on-demand rules subagent-pipeline.md, systematic-debugging.md, verification-checklist.md (adapted to 1C specifics — see AGENTS.md → Additional rules (load on demand)).
  • mattpocock/skills — Matt Pocock: a set of Claude Code skills from his .claude (engineering: diagnose, grill-with-docs, improve-codebase-architecture, to-prd, to-issues, triage, zoom-out, prototype; productivity: caveman, grill-me, handoff, write-a-skill). Source for content/skills/handoff/SKILL.md (adapted to 1C: default path handoffs/, references to openspec/, memory.md, 1c-templates-mcp, gates from verification-checklist.md).