Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

xergioalex.com

xergioalex.com には xergioalex から収集した 34 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
34
Stars
3
更新
2026-06-21
Forks
1
職業カバレッジ
7 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

add-blog-post
ウェブ開発者

Create blog posts — from a topic (writes content) or with provided content (scaffolding). Use proactively when creating new blog posts or articles.

2026-06-21
audit-post
市場調査アナリスト・マーケティングスペシャリスト

Pre-publication audit for blog posts — comprehensive final review of SEO, AEO, accessibility, images, content quality, i18n parity, and project conventions before publishing. Use proactively before publishing any blog post.

2026-06-21
audit-series
市場調査アナリスト・マーケティングスペシャリスト

Pre-publication audit for blog series — validates series definition, post ordering, cross-post consistency, navigation, and runs individual post audits for all posts in the series. Use proactively before publishing any blog series.

2026-06-21
audit-taxonomy
市場調査アナリスト・マーケティングスペシャリスト

Audit the blog tag taxonomy — frequency analysis, orphan detection, hierarchy validation, and proposals for new subtopic tags. Read-only — proposes, never modifies tags or posts. Use proactively before each release cycle or after a content drop of 5+ posts.

2026-06-21
deepworkplan-addon-dailybot
ソフトウェア開発者

Optional DeepWorkPlan addon that connects an AI-first repo to the developer's Dailybot team — installing (with consent) the Dailybot agent skill (DailybotHQ/agent-skill) and/or the Dailybot CLI (DailybotHQ/cli), wiring the plan lifecycle into best-effort agent updates - kickoff when a plan starts, significant task completions, a blocked report when an unattended run halts, and a milestone on plan completion - with payloads derived from the plan's state layer, and optionally committing the Dailybot skill's deterministic hook enforcement (dailybot hook lifecycle hooks, CLI >= 1.12.0) so the agent harness itself reminds agents about unreported work. Opt-in, never required, never blocks the work, reconciles existing setups instead of clobbering them, and defers all auth to the Dailybot skill's own consent flow. Use when the developer or team already uses Dailybot and wants DWP progress visible to humans.

2026-06-12
deepworkplan-addon-dependency-upgrade
ソフトウェア開発者

Optional DeepWorkPlan addon that safely upgrades a repo's dependencies — reasoning about the repo's ACTUAL package manager (npm/pnpm/yarn + ncu, pip/poetry/uv, cargo, go mod, bundler, composer, and more) rather than assuming npm — with a batched, validated, revertible workflow that detects the manager and manifests/lockfiles, classifies upgrades (patch/minor/major), upgrades in safe batches, runs the repo's real validation gate after each batch, reverts a failing batch, and summarizes. Opt-in, never required, reconciles with the repo's existing tooling. Use when the developer wants to bring dependencies up to date without breaking the build.

2026-06-12
deepworkplan-addon-design-system
ソフトウェア開発者

Optional DeepWorkPlan addon that gives a repo with a user-facing interface surface a DESIGN.md (under docs/, indexed from AGENTS.md) — a Markdown design-system file any coding agent reads to generate interface output consistent with the repo's OWN conventions. Covers three profiles detected independently from real files — visual-ui (rendered web/mobile/desktop UI), cli-output (styled terminal output — semantic colors, panels, spinners, prompts, TTY/NO_COLOR degradation), and conversational (chat/email messaging — voice and register, message anatomy, per-platform rendering). Reasons about the repo's ACTUAL design source (CSS custom properties, Tailwind config, token files, component styles, a CLI display/theme module, or message-composition helpers) rather than copying a brand file; checks contrast (WCAG AA), color-is-not-the-only-carrier, plain-text fallbacks, and token integrity. The visual-ui profile is default-on when detected (applied in trust mode, strongly recommended in guided mode); cli-output and con

2026-06-12
deepworkplan-addon-devcontainer
ソフトウェア開発者

Optional DeepWorkPlan addon that adds (or reconciles) a compose-based devcontainer to a repo — base image and supporting services reasoned from the detected stack, with persistent AI-CLI auth, the dailybot-project-network, the DOCKER_DEV_ENV=vscode convention, and project-identity precedence. Opt-in, never required, reconciles existing setups instead of clobbering them. Use when the developer wants a reproducible isolated dev container for an AI-first repo.

2026-06-12
deepworkplan-author
ソフトウェア開発者

Author or update reusable skills, agents, and commands in the current repo — reason about the repo's .agents/ layout, follow the Open Agent Skills frontmatter contract, and keep the .agents/docs/ catalog in sync. Use when a developer wants to create or evolve the repo's agent kit (skills, agents, commands), or runs /skill-create or /agent-create.

2026-06-12
deepworkplan-create
ソフトウェア開発者

Create a Deep Work Plan. Gather context, draft, and refine into a single final plan under .dwp/plans/, with a refined draft staged in .dwp/drafts/. Use when the developer wants a new structured multi-task plan.

2026-06-12
deepworkplan-execute
ソフトウェア開発者

Execute an existing Deep Work Plan task-by-task, run each task's validation, and log progress. Use when the developer wants to run or continue executing a plan in .dwp/plans/.

2026-06-12
deepworkplan-onboard
ソフトウェア開発者

Make a repository AI-first by reasoning about its stack and archetype, then generating adapted AGENTS.md, docs/, per-module docs, .agents/, and the .claude to .agents symlink. Offers opt-in addons. Use when the developer wants to onboard or AI-enable a repo.

2026-06-12
deepworkplan-refine
ソフトウェア開発者

Refine a Deep Work Plan draft or modify an existing final plan. Use when the developer wants to adjust scope, tasks, or details of a draft in .dwp/drafts/ or a plan in .dwp/plans/.

2026-06-12
deepworkplan-resume
ソフトウェア開発者

Resume an interrupted Deep Work Plan from its recorded progress state. Use when the developer wants to continue a plan in .dwp/plans/ that was paused or interrupted mid-execution.

2026-06-12
deepworkplan
ソフトウェア開発者

DeepWorkPlan — turn any repo AI-first and run Deep Work Plans. Routes to create, execute, refine, resume, status, verify, and repo-onboarding sub-skills based on intent. Use when the developer wants to plan, execute, manage, or verify structured multi-task work, or make a repository AI-agent-ready.

2026-06-12
deepworkplan-status
ソフトウェア開発者

Report the status of a Deep Work Plan — completed tasks, what's left, and blockers — without executing. Use when the developer asks for plan status or what remains.

2026-06-12
deepworkplan-verify
ソフトウェア品質保証アナリスト・テスター

Verify that a repository is DeepWorkPlan-conformant (AI-first) and that its plans are well-formed, producing an objective pass/fail report. Use when the developer asks to verify, audit, or check conformance of a repo or a plan.

2026-06-12
add-component
ソフトウェア開発者

Create new Astro or Svelte components with correct patterns. Use proactively when creating new UI components.

2026-05-16
add-page
ウェブ開発者

Create new pages with correct routing and MainLayout usage. Use proactively when creating new pages.

2026-05-16
add-slide-deck
作家・著者

Create slide decks — internal Reveal.js, external-embed, or external-link. Use proactively when creating new presentation decks.

2026-05-16
add-timeline-page
ウェブ開発者

Add a new tag-filtered infinite-scroll timeline page (e.g. /trading, /entrepreneur). Use proactively when adding a new page that displays a vertical timeline of blog posts filtered by a specific tag.

2026-05-16
doc-edit
ソフトウェア開発者

Update documentation files including README, comments, and inline docs. Use proactively for documentation updates.

2026-05-16
fix-lint
ソフトウェア開発者

Fix Biome linting/formatting errors in 1-3 files using auto-fix and minimal manual edits. Use proactively for lint issues.

2026-05-16
optimize-image
ソフトウェア開発者

Convert and optimize images to WebP for blog posts and series. Use proactively when adding images to blog posts or series.

2026-05-16
quick-fix
ソフトウェア開発者

Fix small bugs and issues in 1-3 files following existing patterns. Use proactively for simple bug fixes.

2026-05-16
refactor-safe
ソフトウェア開発者

Safe refactor in bounded scope (1-10 files, no behavior change). Use proactively for safe, bounded refactoring tasks.

2026-05-16
translate-sync
カスタマーサービス担当者

Synchronize content between English and Spanish versions. Use proactively when content needs multilingual synchronization.

2026-05-16
type-fix
ソフトウェア開発者

Fix TypeScript type errors in 1-3 files (explicit types, prefer no any). Use proactively for TypeScript type issues.

2026-05-16
update-styles
ウェブ開発者

Update Tailwind styles with dark mode support. Use proactively for styling updates.

2026-05-16
write-tests
ソフトウェア品質保証アナリスト・テスター

Add or expand unit/integration tests for existing code (when testing is configured). Use proactively when tests need to be added or expanded.

2026-05-16
git-commit-push
ソフトウェア開発者

Commit all staged/unstaged changes and push to remote. Use proactively for committing and pushing changes.

2026-05-03
pr-review-lite
ソフトウェア品質保証アナリスト・テスター

Quick checklist review of a PR for style, obvious bugs, and missing tests. Use proactively for lightweight PR reviews.

2026-05-03
promote-post
市場調査アナリスト・マーケティングスペシャリスト

Generate ready-to-paste social media content for any blog post across multiple platforms (Twitter/X, LinkedIn, Hacker News, dev.to, Reddit, Facebook). Use proactively when promoting blog posts.

2026-05-03
security-check
情報セキュリティアナリスト

Quick security checklist for a PR or set of files (secrets, input, logging). Use proactively for security reviews.

2026-05-03