From 41895f50df4c7a639ed370952fcdcc4dcd75f1cd Mon Sep 17 00:00:00 2001 From: Bernhard Krenn Date: Tue, 24 Mar 2026 02:27:29 +0100 Subject: [PATCH] feat: claude-agents als Submodul einbinden (Commands + Skills) Bindet claude-agents inkl. verschachteltem claude-skills Submodul ein. Erstellt .claude/commands/, .claude/agents/, .claude/skills/ Symlinks. Co-Authored-By: Claude Sonnet 4.6 --- .claude-agents | 1 + .claude/agents/claude-md-learner.md | 1 + .claude/agents/doc-watcher.md | 1 + .claude/agents/live-auditor.md | 1 + .claude/agents/odoo-reviewer.md | 1 + .claude/agents/parallel-fixer.md | 1 + .claude/agents/repo-auditor.md | 1 + .claude/agents/security-reviewer.md | 1 + .claude/agents/skills-extractor.md | 1 + .claude/agents/test-runner.md | 1 + .claude/commands/create-skills.md | 1 + .claude/commands/doc-sync.md | 1 + .claude/commands/extract-skills.md | 1 + .claude/commands/fix-parallel.md | 1 + .claude/commands/full-audit.md | 1 + .claude/commands/learn.md | 1 + .claude/commands/live-audit.md | 1 + .claude/commands/odoo-audit.md | 1 + .claude/commands/repo-audit.md | 1 + .claude/commands/request-review.md | 1 + .claude/commands/summarize-session.md | 1 + .claude/commands/use-skill.md | 1 + .claude/skills | 1 + .gitmodules | 3 +++ standards | 1 + 25 files changed, 27 insertions(+) create mode 160000 .claude-agents create mode 120000 .claude/agents/claude-md-learner.md create mode 120000 .claude/agents/doc-watcher.md create mode 120000 .claude/agents/live-auditor.md create mode 120000 .claude/agents/odoo-reviewer.md create mode 120000 .claude/agents/parallel-fixer.md create mode 120000 .claude/agents/repo-auditor.md create mode 120000 .claude/agents/security-reviewer.md create mode 120000 .claude/agents/skills-extractor.md create mode 120000 .claude/agents/test-runner.md create mode 120000 .claude/commands/create-skills.md create mode 120000 .claude/commands/doc-sync.md create mode 120000 .claude/commands/extract-skills.md create mode 120000 .claude/commands/fix-parallel.md create mode 120000 .claude/commands/full-audit.md create mode 120000 .claude/commands/learn.md create mode 120000 .claude/commands/live-audit.md create mode 120000 .claude/commands/odoo-audit.md create mode 120000 .claude/commands/repo-audit.md create mode 120000 .claude/commands/request-review.md create mode 120000 .claude/commands/summarize-session.md create mode 120000 .claude/commands/use-skill.md create mode 120000 .claude/skills create mode 100644 .gitmodules create mode 120000 standards diff --git a/.claude-agents b/.claude-agents new file mode 160000 index 0000000..0862470 --- /dev/null +++ b/.claude-agents @@ -0,0 +1 @@ +Subproject commit 086247046a8c4ca609896f4c9b4a23cda3ee8d20 diff --git a/.claude/agents/claude-md-learner.md b/.claude/agents/claude-md-learner.md new file mode 120000 index 0000000..a55a11a --- /dev/null +++ b/.claude/agents/claude-md-learner.md @@ -0,0 +1 @@ +../../.claude-agents/core/agents/claude-md-learner.md \ No newline at end of file diff --git a/.claude/agents/doc-watcher.md b/.claude/agents/doc-watcher.md new file mode 120000 index 0000000..377cf23 --- /dev/null +++ b/.claude/agents/doc-watcher.md @@ -0,0 +1 @@ +../../.claude-agents/core/agents/doc-watcher.md \ No newline at end of file diff --git a/.claude/agents/live-auditor.md b/.claude/agents/live-auditor.md new file mode 120000 index 0000000..810252b --- /dev/null +++ b/.claude/agents/live-auditor.md @@ -0,0 +1 @@ +../../.claude-agents/core/agents/live-auditor.md \ No newline at end of file diff --git a/.claude/agents/odoo-reviewer.md b/.claude/agents/odoo-reviewer.md new file mode 120000 index 0000000..32d165c --- /dev/null +++ b/.claude/agents/odoo-reviewer.md @@ -0,0 +1 @@ +../../.claude-agents/odoo/agents/odoo-reviewer.md \ No newline at end of file diff --git a/.claude/agents/parallel-fixer.md b/.claude/agents/parallel-fixer.md new file mode 120000 index 0000000..087abf9 --- /dev/null +++ b/.claude/agents/parallel-fixer.md @@ -0,0 +1 @@ +../../.claude-agents/core/agents/parallel-fixer.md \ No newline at end of file diff --git a/.claude/agents/repo-auditor.md b/.claude/agents/repo-auditor.md new file mode 120000 index 0000000..210a127 --- /dev/null +++ b/.claude/agents/repo-auditor.md @@ -0,0 +1 @@ +../../.claude-agents/core/agents/repo-auditor.md \ No newline at end of file diff --git a/.claude/agents/security-reviewer.md b/.claude/agents/security-reviewer.md new file mode 120000 index 0000000..39dbb6f --- /dev/null +++ b/.claude/agents/security-reviewer.md @@ -0,0 +1 @@ +../../.claude-agents/core/agents/security-reviewer.md \ No newline at end of file diff --git a/.claude/agents/skills-extractor.md b/.claude/agents/skills-extractor.md new file mode 120000 index 0000000..481432e --- /dev/null +++ b/.claude/agents/skills-extractor.md @@ -0,0 +1 @@ +../../.claude-agents/core/agents/skills-extractor.md \ No newline at end of file diff --git a/.claude/agents/test-runner.md b/.claude/agents/test-runner.md new file mode 120000 index 0000000..9944962 --- /dev/null +++ b/.claude/agents/test-runner.md @@ -0,0 +1 @@ +../../.claude-agents/core/agents/test-runner.md \ No newline at end of file diff --git a/.claude/commands/create-skills.md b/.claude/commands/create-skills.md new file mode 120000 index 0000000..a7d3313 --- /dev/null +++ b/.claude/commands/create-skills.md @@ -0,0 +1 @@ +../../.claude-agents/core/commands/create-skills.md \ No newline at end of file diff --git a/.claude/commands/doc-sync.md b/.claude/commands/doc-sync.md new file mode 120000 index 0000000..18e97fe --- /dev/null +++ b/.claude/commands/doc-sync.md @@ -0,0 +1 @@ +../../.claude-agents/core/commands/doc-sync.md \ No newline at end of file diff --git a/.claude/commands/extract-skills.md b/.claude/commands/extract-skills.md new file mode 120000 index 0000000..82b173c --- /dev/null +++ b/.claude/commands/extract-skills.md @@ -0,0 +1 @@ +../../.claude-agents/core/commands/extract-skills.md \ No newline at end of file diff --git a/.claude/commands/fix-parallel.md b/.claude/commands/fix-parallel.md new file mode 120000 index 0000000..2fb0aa5 --- /dev/null +++ b/.claude/commands/fix-parallel.md @@ -0,0 +1 @@ +../../.claude-agents/core/commands/fix-parallel.md \ No newline at end of file diff --git a/.claude/commands/full-audit.md b/.claude/commands/full-audit.md new file mode 120000 index 0000000..61e68a8 --- /dev/null +++ b/.claude/commands/full-audit.md @@ -0,0 +1 @@ +../../.claude-agents/core/commands/full-audit.md \ No newline at end of file diff --git a/.claude/commands/learn.md b/.claude/commands/learn.md new file mode 120000 index 0000000..7569765 --- /dev/null +++ b/.claude/commands/learn.md @@ -0,0 +1 @@ +../../.claude-agents/core/commands/learn.md \ No newline at end of file diff --git a/.claude/commands/live-audit.md b/.claude/commands/live-audit.md new file mode 120000 index 0000000..6043a05 --- /dev/null +++ b/.claude/commands/live-audit.md @@ -0,0 +1 @@ +../../.claude-agents/core/commands/live-audit.md \ No newline at end of file diff --git a/.claude/commands/odoo-audit.md b/.claude/commands/odoo-audit.md new file mode 120000 index 0000000..dce1869 --- /dev/null +++ b/.claude/commands/odoo-audit.md @@ -0,0 +1 @@ +../../.claude-agents/odoo/commands/odoo-audit.md \ No newline at end of file diff --git a/.claude/commands/repo-audit.md b/.claude/commands/repo-audit.md new file mode 120000 index 0000000..809bfbc --- /dev/null +++ b/.claude/commands/repo-audit.md @@ -0,0 +1 @@ +../../.claude-agents/core/commands/repo-audit.md \ No newline at end of file diff --git a/.claude/commands/request-review.md b/.claude/commands/request-review.md new file mode 120000 index 0000000..349f1a7 --- /dev/null +++ b/.claude/commands/request-review.md @@ -0,0 +1 @@ +../../.claude-agents/team/commands/request-review.md \ No newline at end of file diff --git a/.claude/commands/summarize-session.md b/.claude/commands/summarize-session.md new file mode 120000 index 0000000..c60757f --- /dev/null +++ b/.claude/commands/summarize-session.md @@ -0,0 +1 @@ +../../.claude-agents/team/commands/summarize-session.md \ No newline at end of file diff --git a/.claude/commands/use-skill.md b/.claude/commands/use-skill.md new file mode 120000 index 0000000..1546619 --- /dev/null +++ b/.claude/commands/use-skill.md @@ -0,0 +1 @@ +../../.claude-agents/core/commands/use-skill.md \ No newline at end of file diff --git a/.claude/skills b/.claude/skills new file mode 120000 index 0000000..aa33204 --- /dev/null +++ b/.claude/skills @@ -0,0 +1 @@ +../.claude-agents/skills/.claude/skills \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d85130d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".claude-agents"] + path = .claude-agents + url = https://github.com/BERNHARD-KRENN-R-D/claude-agents.git diff --git a/standards b/standards new file mode 120000 index 0000000..55078bf --- /dev/null +++ b/standards @@ -0,0 +1 @@ +.claude-agents/standards \ No newline at end of file