Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

autonomous-ai-agency

autonomous-ai-agency에는 strikersam에서 수집한 skills 63개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
63
Stars
7
업데이트
2026-07-20
Forks
2
직업 범위
직업 카테고리 8개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

client-onboarding
기타 컴퓨터 관련 직업

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
프로젝트 관리 전문가

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

2026-07-12
agentic-portfolio
소프트웨어 개발자

Initiative-level portfolio management with dependency tracking and milestone coordination

2026-07-12
ai-engineering-insights
소프트웨어 개발자

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

2026-07-12
ecc-harness-patterns
기타 컴퓨터 관련 직업

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

2026-07-12
graphiti-temporal
소프트웨어 개발자

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

2026-07-12
karpathy-guidelines
소프트웨어 개발자

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

2026-07-12
managed-agents-dreams
소프트웨어 개발자

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

2026-07-12
multi-agent
소프트웨어 개발자

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

2026-07-12
obsidian-knowledge-graph
소프트웨어 개발자

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

2026-07-12
research-coordinator
소프트웨어 개발자

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

2026-07-12
session-planning
소프트웨어 개발자

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

2026-07-12
stop-slop-quality
기술 작가

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

2026-07-12
superclaude-commands
소프트웨어 개발자

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

2026-07-12
user-research
시장조사 분석가·마케팅 전문가

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

2026-07-12
workflow-engine
소프트웨어 개발자

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

2026-07-12
changelog-enforcer
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
기타 컴퓨터 관련 직업

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

2026-06-25
graphify
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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

2026-06-25
wrap-up
소프트웨어 개발자

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
이 저장소에서 수집된 skills 63개 중 상위 40개를 표시합니다.