Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

autonomous-ai-agency

autonomous-ai-agency enthält 63 gesammelte Skills von strikersam, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
63
Stars
7
aktualisiert
2026-07-20
Forks
2
Berufsabdeckung
8 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

client-onboarding
Sonstige Computerberufe

Onboard a new client/company onto this platform's real Agentic OS: create the company record, scan its websites/repos, auto-provision specialist agents, activate its 24x7 agency runtime, and know exactly which "OS" building blocks (memory, integrations, dashboard) already exist versus which are roadmap gaps. ADAPTED FROM: a third-party giveaway skill ("agentic-os-installer" by Gennaro Santoro / Operations Heroes) that described a generic vault + Google-suite + skill-pack installer. That skill's product (Obsidian vault, Gmail/Calendar/ Drive wiring, "skill packs") does not exist in this repo and its promotional content (Skool community link) does not belong here. This is a clean-room rewrite that keeps the useful idea — "stand up a working agency OS for a client from a short checklist" — and maps every step to the real module that already implements it in this codebase, per CLAUDE.md architecture rules.

2026-07-20
agentic-agile
Projektmanagementspezialisten

Agile sprint planning, velocity tracking, and burndown metrics for agent-managed projects

2026-07-12
agentic-portfolio
Softwareentwickler

Initiative-level portfolio management with dependency tracking and milestone coordination

2026-07-12
ai-engineering-insights
Softwareentwickler

AI-assisted engineering impact analysis — productivity metrics and code quality insights

2026-07-12
ecc-harness-patterns
Sonstige Computerberufe

Cross-harness agent patterns — standardize agent execution across different coding assistants

2026-07-12
graphiti-temporal
Softwareentwickler

Temporal context graph for agent memory — track entity relationships and state changes over time

2026-07-12
karpathy-guidelines
Softwareentwickler

Andrej Karpathy's coding guidelines for AI agents — concise, correct, and well-tested code

2026-07-12
managed-agents-dreams
Softwareentwickler

Session memory recording and dream consolidation for managed agents — offline experience replay

2026-07-12
multi-agent
Softwareentwickler

Multi-agent team coordination — task delegation, shared state, and inter-agent communication

2026-07-12
obsidian-knowledge-graph
Softwareentwickler

Obsidian-compatible knowledge graph with bidirectional links and graph-based retrieval

2026-07-12
research-coordinator
Softwareentwickler

Multi-agent research coordination — deduplicate findings, assign work, and synthesize results

2026-07-12
session-planning
Softwareentwickler

Mandatory planning workflow for all AI agents — decompose tasks before execution

2026-07-12
stop-slop-quality
Technische Redakteure

Remove AI writing tells and cliches — enforce natural, human-quality output

2026-07-12
superclaude-commands
Softwareentwickler

Slash-command system for AI agent orchestration — /plan, /execute, /review, /deploy

2026-07-12
user-research
Marktforschungsanalysten und Marketingspezialisten

User research skill — plan interviews, synthesize findings, and generate personas

2026-07-12
workflow-engine
Softwareentwickler

DAG-based workflow execution engine with parallel steps, retries, and conditional branching

2026-07-12
changelog-enforcer
Softwareentwickler

Ensure every meaningful change has a proper docs/changelog.md entry. Use before every commit that changes behaviour, adds features, or fixes bugs.

2026-07-06
changelog-enforcer
Softwareentwickler

Ensure every meaningful change has a proper docs/changelog.md entry. Use before every commit that changes behaviour, adds features, or fixes bugs.

2026-06-25
cooldown-resume
Softwareentwickler

Resume an interrupted AI coding session after token exhaustion, rate limiting, or process restart. Use when a session was interrupted mid-task.

2026-06-25
council-review
Softwarequalitätssicherungsanalysten und -tester

Multi-perspective code review before merging. Simulates a council of reviewers (security, correctness, performance, maintainability) independently evaluating a change. Use before any PR merge or for significant changes.

2026-06-25
dependency-audit
Softwareentwickler

Review, validate, and update Python dependencies safely. Use when adding a new package, upgrading an existing one, or reviewing the dependency surface.

2026-06-25
deslop
Softwareentwickler

Remove AI code slop before committing. Review AI-generated code for unnecessary verbosity, redundant comments, over-engineering, and low-signal patterns that degrade codebase quality over time.

2026-06-25
docs-sync
Softwareentwickler

Keep documentation in sync after code changes. Run after any change that alters module behaviour, APIs, env vars, or architecture.

2026-06-25
fabric-patterns
Sonstige Computerberufe

Implements a Fabric-like reusable prompt pattern system. Allows storing, retrieving, and composing prompt patterns for consistent AI interactions.

2026-06-25
graphify
Softwareentwickler

Converts this codebase into a queryable knowledge graph so AI sessions query graph.json (71.5x fewer tokens) instead of reading raw source files. Integrates with Claude Code and Codex via repo hooks that auto-refresh on session start and after turns.

2026-06-25
implementation-planner
Softwareentwickler

Plan a multi-file or multi-step implementation before writing any code. Use before any change touching more than two files, adding a new feature, or changing a module interface.

2026-06-25
insights
Softwareentwickler

Analytics, heatmaps, and trends from session history. Analyze checkpoint logs, learnings, and git history to surface patterns: which files change most, which steps fail most often, and where to invest in tooling or tests.

2026-06-25
learn-rule
Softwareentwickler

Persist corrections and patterns to long-term memory. When a mistake is made or a rule is learned, write it to .claude/state/learnings.md so it's never repeated.

2026-06-25
modularity-review
Softwareentwickler

Review codebase or design for modularity problems and produce actionable improvement recommendations. Also guides design of new modular boundaries from functional requirements. Inspired by Vlad Khononov's balanced-coupling model and golden-age-of-modularity principles. NOTE: Full upstream plugin at https://github.com/vladikk/modularity Install it for the complete experience: follow instructions at that URL. This skill is a clean-room local adaptation for this repo.

2026-06-25
parallel-worktrees
Softwareentwickler

Git worktree setup for zero dead time. Work on multiple branches simultaneously without switching branches or stashing. Ideal for running tests on main while implementing on a feature branch.

2026-06-25
pro-workflow
Softwareentwickler

Core AI coding workflow. Orchestrates 8 patterns: Scout → Plan → Implement → Review, with smart commits, session rituals, and continuous learning capture. This is the master skill — invoke it at the start of any non-trivial task.

2026-06-25
release-readiness
Softwareentwickler

Gate check before tagging and releasing a new version. Run this skill before any `git tag vX.Y.Z` operation.

2026-06-25
replay-learnings
Softwareentwickler

Surface relevant past patterns before starting work. Read the learnings file and extract rules that apply to the current task. Prevents repeating past mistakes.

2026-06-25
repo-memory-updater
Softwareentwickler

Keep AGENTS.md files and .Codex/state/ in sync with the current repo reality. Use after significant structural changes, after adding risky modules, or when AGENTS.md feels stale.

2026-06-25
repowise-intelligence
Softwareentwickler

Implements codebase intelligence layers similar to repowise-dev/repowise. Provides dependency graph, git history, auto-generated documentation, and architectural decisions intelligence for AI agents.

2026-06-25
risky-module-review
Softwareentwickler

Mandatory deep review for changes to security-sensitive modules: admin_auth.py, key_store.py, agent/tools.py, and any auth/session/key path. Do not skip this for any change to these files.

2026-06-25
session-handoff
Softwareentwickler

Write structured resume documentation for the next session. Captures state, context, and next actions so any AI or developer can continue without archaeology.

2026-06-25
smart-commit
Softwareentwickler

Quality gates + conventional commits. Run tests, lint, and typecheck before committing. Format the commit message as a conventional commit. Blocks on failure.

2026-06-25
test-first-executor
Softwarequalitätssicherungsanalysten und -tester

Write or update tests before (or alongside) implementation. Ensures every code change is verifiably correct before merging.

2026-06-25
wrap-up
Softwareentwickler

Session closing ritual with learning capture. Run at the end of every coding session. 5 steps: changes audit, quality check, learning capture, next session planning, summary.

2026-06-25
Zeigt die Top 40 von 63 gesammelten Skills in diesem Repository.