Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

autonomous-ai-agency

autonomous-ai-agency contient 63 skills collectées depuis strikersam, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
63
Stars
7
mis à jour
2026-07-20
Forks
2
Couverture métier
8 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

client-onboarding
Autres occupations informatiques

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
Spécialistes en gestion de projets

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

2026-07-12
agentic-portfolio
Développeurs de logiciels

Initiative-level portfolio management with dependency tracking and milestone coordination

2026-07-12
ai-engineering-insights
Développeurs de logiciels

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

2026-07-12
ecc-harness-patterns
Autres occupations informatiques

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

2026-07-12
graphiti-temporal
Développeurs de logiciels

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

2026-07-12
karpathy-guidelines
Développeurs de logiciels

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

2026-07-12
managed-agents-dreams
Développeurs de logiciels

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

2026-07-12
multi-agent
Développeurs de logiciels

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

2026-07-12
obsidian-knowledge-graph
Développeurs de logiciels

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

2026-07-12
research-coordinator
Développeurs de logiciels

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

2026-07-12
session-planning
Développeurs de logiciels

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

2026-07-12
stop-slop-quality
Rédacteurs techniques

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

2026-07-12
superclaude-commands
Développeurs de logiciels

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

2026-07-12
user-research
Analystes en études de marché et spécialistes en marketing

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

2026-07-12
workflow-engine
Développeurs de logiciels

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

2026-07-12
changelog-enforcer
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Autres occupations informatiques

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

2026-06-25
graphify
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-25
wrap-up
Développeurs de logiciels

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
Affichage des 40 principaux skills collectés sur 63 dans ce dépôt.