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

agentic-stuff

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

수집된 skills
34
Stars
1
업데이트
2026-07-18
Forks
0
직업 범위
직업 카테고리 11개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

swift-user-conventions
소프트웨어 개발자

User's conventions and patterns for native macOS Swift apps. Use when working on a Swift or macOS app project

2026-07-18
feature-workflow
소프트웨어 개발자

Streamlined workflow for implementing features with ait issue tracking. Handles: reading project context, checking outstanding work, planning new features, creating ait issues, and implementing with proper acceptance criteria checking. Use when starting a new session or beginning work on a feature.

2026-07-17
quality-gate
소프트웨어 품질 보증 분석가·테스터

One-stop review after feature work, or for a whole codebase. Runs deterministic checks (section ordering, arch conventions) free of charge, then fresh-eyes reviewer agents. Covers team conventions, test quality, complexity, security, and Livewire/Flux patterns - plus runtime checks (a11y, cold UX probe) when UI changed. Also has a quick mid-session sanity-check mode ("this seem ok?").

2026-07-17
ait-crafting
소프트웨어 개발자

Turn a settled feature discussion or plan document into consultant-ready ait issues — an initiative/epic vision document plus implementation specs a fresh agent could pick up cold, tomorrow. Use towards the end of a feature conversation ("let's get this into ait"), or when converting a plan file. Also the knowledge base for the plan-to-ait agent. For driving the ait CLI itself, see the ait skill.

2026-07-11
expand-issue
소프트웨어 개발자

Flesh out a terse ait issue into a detailed plan. Takes a vague "reminder to self" issue and explores the codebase to produce a proper plan document ready for plan-to-ait.

2026-07-11
cruft-or-keep
소프트웨어 개발자

Conversational 'second pair of eyes' that finds reachable-but-dormant code in long-lived codebases — jobs, mailables, listeners, routes, commands that are still wired up but probably defunct — gathers concrete grep/git/telemetry evidence, and asks the developer 'cruft or keep?'. The developer is the oracle; the skill never deletes. Use when asked to audit or find dead/unused/dormant/defunct code, to 'cruft or keep', to spring-clean a codebase, or to check whether a specific mailable/job/route/command is still used.

2026-06-27
improve
소프트웨어 개발자

Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for OTHER models/agents to execute. Strictly read-only on source code — never implements, fixes, or refactors anything itself. Use when asked to audit a codebase, find improvement opportunities (bugs, security, performance, test coverage, tech debt, migrations, DX), suggest features or where to take the project next (roadmap, product direction), or generate handoff plans for another agent to implement.

2026-06-24
ui-migration-screenshots
소프트웨어 개발자

Capture faithful, full-page reference screenshots of an existing web app's UI before or during a frontend migration (for example Bulma/Bootstrap + Vue to Livewire/Flux + Tailwind), so the rebuilt UI can keep a familiar 1:1 mapping for end users who treat the app as a tool. Use this whenever the user wants to screenshot or snapshot the current UI, capture every admin/staff/student page for reference, grab login-only or role-gated pages (including via impersonation), or says things like "screenshot the old UI", "capture the current pages", or "reference shots for the migration". Drives a real browser with Playwright rather than the in-browser Chrome screenshot tool, which only captures the viewport and cannot save full pages to disk. Tuned for Laravel apps but the capture technique applies to any web app.

2026-06-15
livewire-v4-upgrade
소프트웨어 개발자

Walk a developer through upgrading a production Laravel app from Livewire v3 to v4. Use when the user asks to upgrade Livewire, mentions the Livewire 4 upgrade guide, or wants to assess whether an app is ready for Livewire v4. Audit-first - establishes the lay of the land before any dependency changes.

2026-06-11
github-create
소프트웨어 개발자

Create a new GitHub repository from the current local project, push code, and handle finishing touches (README, LICENSE, description). Use when the user wants to publish a local project to GitHub for the first time. Triggers on: "github-create", "create a repo", "push this to github", "put this on github", "create a github repo", "let's make a repo", or any request to publish a local project to GitHub as a new repository.

2026-06-05
ait-usage
소프트웨어 개발자

Local-first issue tracker for coding agents. Use when planning work, tracking multi-step tasks, modelling dependencies, coordinating between agents, or resuming after session loss or conversation compaction. You must use this skill if the user mentions `ait`.

2026-05-28
grounded-recommendation
경영 분석가

Structured process for technical recommendations and implementation advice. Use when the user asks for a recommendation, opinion, or approach ('what do you recommend', 'how should we', 'which option', 'what's your thinking'), or when you catch yourself about to volunteer an opinion on which option is best — especially with trade-offs or multiple valid approaches.

2026-05-24
golang-user-conventions
소프트웨어 개발자

Users conventions and patterns for Go CLI/TUI projects. Use when working on a Go project

2026-05-24
uofg-design-system
웹 개발자

University of Glasgow Design System — use this skill whenever creating HTML, CSS, React, or any web UI that should follow the University of Glasgow brand. Triggers on: UofG, University of Glasgow, gla.ac.uk, Glasgow University web, or any request to build web pages/components using the Glasgow design system. Also use when the user asks for a Tailwind config, CSS variables, or design tokens for the University of Glasgow. This skill provides colours, typography, spacing, grid, and component patterns from the official UofG design system (design.gla.ac.uk).

2026-05-24
homebrew-spring-clean
네트워크·컴퓨터 시스템 관리자

Walk a developer through tidying up /opt/homebrew. Also use when hunting macOS disk space.

2026-05-10
audience-credibility
시장조사 분석가·마케팅 전문가

Defensive credibility check for deliverables (reports, dashboards, demos, presentations, web pages, marketing copy) aimed at a real human audience — especially when those readers have local context (a city, an institution, a profession) that lets them spot inaccurate or implausible details. Use this skill BEFORE generating the deliverable when it will mention specific places, buildings, organisations, distances, demographics, or named personas. ALSO use it as a final review pass on any visual or copy output before delivery, to catch design and copywriting tropes that have become recognisable "this came from an LLM" tells. Trigger reliably when the user mentions creating something for "my colleagues", "an audience", "a demo", "a presentation", "to share with stakeholders", or any output that needs to look credible and not AI-generated. Also trigger when the user names a specific institution, city, or audience their work is for. Especially important for demos meant to demonstrate AI capability — where one credi

2026-05-10
ant
프로젝트 관리 전문가

Local-first notebook for *why* — design decisions, alternatives rejected, pivots taken, the conversational nuance that gets lost when an issue closes. Sibling to ait. Use when the user asks to record/note a decision, after a load-bearing choice between options, after a library swap or refactor of direction, or to recall prior decisions in an area.

2026-05-03
practical-laravel-api
소프트웨어 개발자

Conventions for designing practical, consumer-friendly JSON APIs in Laravel with Sanctum. Use when adding or changing endpoints under routes/api.php or app/Http/Controllers/Api/, when reviewing an existing API for consistency, or when aligning multiple Laravel API apps on a shared shape. Optimised for non-developer consumers (Power BI, Excel, AI agents holding tokens) rather than strict OpenAPI compliance — the goal is "obvious from the response", not "minimal payload".

2026-04-27
plan-to-html
웹 개발자

Convert a markdown plan (Claude plan-mode output, design doc, ait issue body, etc.) into a single self-contained, regular-user-friendly HTML file styled with the local design system. Use when the user wants to share a plan with non-technical stakeholders, send it for review, attach it to an email, or print it. Triggers on: 'turn this plan into html', 'export this plan', 'make this plan shareable', 'manager-friendly version', 'pretty version of this markdown', 'share this with my manager', or any request to convert a plan/spec/design markdown into a styled web document.

2026-04-26
i-impeccable
웹 개발자

Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Call with 'craft' for shape-then-build, 'teach' for design context setup, or 'extract' to pull reusable components and tokens into the design system.

2026-04-18
i-shape
웹·디지털 인터페이스 디자이너

Plan the UX and UI for a feature before writing code. Runs a structured discovery interview, then produces a design brief that guides implementation. Use during the planning phase to establish design direction, constraints, and strategy before any code is written.

2026-04-18
marp-presentation
작가·저자그래픽 디자이너

Create Marp markdown presentations through a guided workflow. Asks about audience and source material, picks the right theme, and builds the slides. Self-contained — bundles three custom themes and handles project setup. Triggers on: presentation, slideshow, slides, Marp, deck, talk, or any request to turn notes/data into a presentation.

2026-04-10
marp-theme-creator
소프트웨어 개발자

Create custom Marp presentation themes from a description or vibe. Asks about the aesthetic, audience, and feel, then generates production-ready theme CSS. Detects the i-impeccable skill for enhanced design guidance. Triggers on: marp theme, create a theme, presentation theme, slide theme, or any request to design a custom look for Marp presentations.

2026-04-10
flux-ui
웹 개발자

Flux UI v2 component reference for Laravel/Livewire. Use when building interfaces with Flux components - covers syntax, patterns, common mistakes, and modal/form/table patterns.

2026-04-05
modern-livewire
웹 개발자

How we write Livewire components - principles, patterns, and testing. Use when building or reviewing Livewire components, tests, or Blade views.

2026-04-05
ui-to-flux
소프트웨어 개발자

Migrate older Laravel apps to modern Livewire + Flux UI. Source-framework mappings, checklists, and gotchas. References flux-ui and modern-livewire skills for target patterns.

2026-04-05
laravel-cloud
네트워크·컴퓨터 시스템 관리자

Deploy and manage Laravel Cloud demo applications via the `cloud` CLI. Use when the user asks to deploy, create, update, or tear down a Laravel Cloud app. Triggers on keywords like "cloud deploy", "cloud ship", "teardown", "cloud teardown", "ship it", "push to cloud", or any reference to managing Laravel Cloud applications or environments.

2026-04-03
sop-creator
임원 비서 및 행정 보좌관

Writes Standard operating procedure documents to a high technical standard. Use when the user asks for a 'sop' or standard operating procedure document

2026-04-03
readme
소프트웨어 개발자

Generate a GitHub-style README.md for the current project by reading the actual codebase. Use when the user asks to "generate a readme", "write a readme", "document this project", "create a readme", or invokes /readme. Also callable from the github-create skill.

2026-03-28
conversation-to-html
소프트웨어 개발자

Convert a Claude Code or Codex CLI session into a beautiful, shareable single HTML file for presentations and workshops. Supports both Claude Code and OpenAI Codex CLI session logs. Use when the user wants to showcase, export, present, or share a coding agent conversation as HTML. Also triggers on: 'conversation to html', 'export session', 'share this conversation', 'make a transcript', 'session to html', 'presentation from session', 'showcase conversation', 'codex session', or any request to turn a Claude Code or Codex session into a shareable format. Should be used proactively when the user mentions workshops, demos, or sharing coding agent conversations.

2026-03-25
shell-function
소프트웨어 개발자

Create a shell function or alias tailored to the user's current shell (bash, zsh, fish, etc). Generates portable, idiomatic code for the detected shell. Use when the user asks for a shell function, alias, helper, shortcut, or one-liner they want to keep. Triggers: 'shell function', 'alias', 'make me a command', 'add to my shell', 'bash function', 'zsh function', 'fish function', or any request to create a reusable shell command.

2026-03-16
changelog
소프트웨어 개발자

Propose CHANGELOG.md updates by analysing git tags and diffs. Uses Keep a Changelog format. Detects undocumented releases, reads actual code changes (not just commit messages), and outputs a proposed entry for review. Works with any language.

2026-03-15
larastan
소프트웨어 품질 보증 분석가·테스터

Set up and run PHPStan/Larastan static analysis on Laravel projects with sensible defaults that filter out Laravel magic noise. Iteratively fix real issues and progressively increase analysis levels. Use when the user asks to: run phpstan, run larastan, set up static analysis, check code quality with phpstan, add phpstan/larastan to a project, or "analyse my code". Also use when the user mentions phpstan.neon configuration.

2026-02-22
technical-overview
소프트웨어 개발자

Generate a TECHNICAL_OVERVIEW.md file for any codebase. Automatically detects the tech stack, explores models/routes/services, and produces a concise reference document that helps future AI sessions (or humans) quickly understand the project without re-exploring. Use when starting work on an existing project, onboarding to a new codebase, or creating documentation for your team. Works with Laravel, Rails, Django, Node/Express, and other common stacks.

2026-02-22