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

polymarket-bot-test

polymarket-bot-test には 0xAidan から収集した 67 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
67
Stars
4
更新
2026-06-24
Forks
0
職業カバレッジ
9 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

accessibility-auditing
ウェブ・デジタルインターフェースデザイナー

Use Cursor's browser aria snapshots to audit a page for accessibility issues — missing labels, broken tab order, contrast, and ARIA misuse.

2026-06-24
adding-analytics
ソフトウェア開発者

Add PostHog analytics to a web application, including event tracking, page views, feature flags, and session replay.

2026-06-24
adding-api-docs
ソフトウェア開発者

Generate OpenAPI/Swagger documentation for an API, including endpoint schemas, request/response types, and interactive docs UI.

2026-06-24
adding-auth
ソフトウェア開発者

Add authentication to a web application using NextAuth.js (Auth.js), including OAuth providers, session management, and protected routes.

2026-06-24
adding-docker
ネットワーク・コンピュータシステム管理者

Dockerize an application with a production-ready Dockerfile, docker-compose setup, and .dockerignore.

2026-06-24
adding-e2e-tests
ソフトウェア品質保証アナリスト・テスター

Set up Playwright end-to-end testing in a project, including test configuration, example tests, and CI integration.

2026-06-24
adding-error-tracking
ソフトウェア開発者

Add Sentry error tracking, performance monitoring, and source maps to a web application.

2026-06-24
adding-feature-flags
ソフトウェア開発者

Add feature flags to an application for gradual rollouts, A/B testing, and kill switches using PostHog, LaunchDarkly, or a simple local implementation.

2026-06-24
adding-stripe
ソフトウェア開発者

Integrate Stripe payments into a web application, including checkout sessions, webhooks, and customer portal.

2026-06-24
api-smoke-testing
ソフトウェア品質保証アナリスト・テスター

Start the dev server, discover API routes from the codebase, hit every endpoint, and report which ones return errors.

2026-06-24
architecture-decision-records
ソフトウェア開発者

Document technical decisions as Architecture Decision Records (ADRs) with context, options considered, and rationale.

2026-06-24
auditing-performance
ソフトウェア開発者

Audit and optimize application performance, including bundle size, rendering, database queries, and Core Web Vitals.

2026-06-24
auditing-security
情報セキュリティアナリスト

Perform a systematic security audit of a codebase, checking for OWASP Top 10 vulnerabilities, secrets exposure, and insecure patterns.

2026-06-24
auto-type-checking
ソフトウェア開発者

Run TypeScript type checking after file edits and immediately flag type errors before moving on. Uses Cursor hooks for automatic enforcement.

2026-06-24
babysitting-pr
ソフトウェア品質保証アナリスト・テスター

Monitor a pull request for CI failures, review comments, and merge conflicts — then fix them automatically. Use when a PR is open and you want the agent to keep it merge-ready.

2026-06-24
best-of-n-solving
ソフトウェア開発者

Solve a hard problem by trying multiple approaches in parallel using isolated git worktrees. Each attempt runs in its own branch, and the best solution is selected. Use for complex refactors, tricky bugs, or architectural decisions where multiple strategies could work.

2026-06-24
building-skills-from-patterns
その他コンピュータ職

When the same multi-step workflow repeats in Cursor (user corrections or agent redos), capture it as a new SKILL.md under .cursor/skills/ so future sessions load it automatically.

2026-06-24
codebase-onboarding
ソフトウェア開発者

Launch multiple explore subagents in parallel to investigate architecture, data models, auth, APIs, and deployment. Synthesize into an onboarding document.

2026-06-24
comparing-branches-visually
ソフトウェア開発者

Check out two branches in separate worktrees, start both dev servers on different ports, screenshot the same pages, and produce a visual diff.

2026-06-24
converting-css-modules-to-tailwind
ウェブ開発者

Migrate CSS Modules (.module.css/.module.scss) to Tailwind utility classes. Handles styles object removal, className interpolation, composition, and global overrides.

2026-06-24
converting-css-to-tailwind
ウェブ開発者

Convert plain CSS stylesheets to Tailwind CSS utility classes. Handles selectors, media queries, pseudo-classes, custom properties, and animations.

2026-06-24
creating-pr
ソフトウェア開発者

Create a clean, review-ready pull request with a good title, structured description, linked issues, and appropriate reviewers.

2026-06-24
dark-mode-testing
ソフトウェア品質保証アナリスト・テスター

Toggle between light and dark mode in Cursor's browser, screenshot both states, and flag missing token mappings or contrast issues.

2026-06-24
database-design
データベースアーキテクト

Design database schemas — tables, relationships, indexes, constraints, and ORM setup. Covers relational design, normalization, and common patterns.

2026-06-24
detecting-port-conflicts
ネットワーク・コンピュータシステム管理者

Detect EADDRINUSE and port conflicts, find what's using the port, and resolve it by killing the process or suggesting an alternative port.

2026-06-24
exporting-to-png
ソフトウェア開発者

Export code, terminal output, diagrams, or UI components to PNG images using headless browser rendering or CLI tools.

2026-06-24
finding-dev-server-url
ソフトウェア開発者

Scan running terminals for dev server URLs (localhost ports), report them, and optionally open the app in Cursor's built-in browser.

2026-06-24
fixing-broken-links
ソフトウェア開発者

Crawl all links in a file or project, test each for a valid HTTP response, report broken ones, and fix or remove them.

2026-06-24
form-testing
ソフトウェア品質保証アナリスト・テスター

Use Cursor's browser to fill and submit every form in the app with valid and invalid data, verifying validation, error states, and success flows.

2026-06-24
generating-images
ソフトウェア開発者

Generate or edit images using the OpenAI Image API (gpt-image-2). Use when the user asks to generate, create, draw, render, illustrate, mock up, or edit an image, icon, logo, mockup, illustration, OG image, blog hero, marketing asset, or similar visual. Also use when the user supplies a reference image and asks to modify, restyle, or remix it. Triggers on: "generate an image", "create an image", "make a picture of", "edit this image", "restyle this", "make a mockup of", "draw a", "render a", "illustration of".

2026-06-24
grinding-until-pass
ソフトウェア品質保証アナリスト・テスター

Keep iterating on code changes until the tests pass, the build succeeds, or linting is clean. Runs in a tight loop of fix → run → check → repeat. Use when you want the agent to autonomously grind through test failures or build errors.

2026-06-24
incident-response
ネットワーク・コンピュータシステム管理者

Handle production incidents — triage, mitigate, communicate, and write postmortems.

2026-06-24
kubernetes-deploying
ネットワーク・コンピュータシステム管理者

Deploy applications to Kubernetes — Deployments, Services, Ingress, ConfigMaps, Secrets, health checks, and scaling.

2026-06-24
monitoring-terminal-errors
ソフトウェア開発者

Watch running terminal processes for crashes and stack traces. When an error appears, navigate to the failing file and line, diagnose, and fix it automatically.

2026-06-24
network-request-auditing
ソフトウェア品質保証アナリスト・テスター

After navigating and interacting in Cursor's built-in browser, use browser_network_requests to audit every fetch/XHR for failures, slowness, duplicate calls, and suspicious payloads. Use for API-heavy pages and after backend or client networking changes.

2026-06-24
parallel-ci-triage
ソフトウェア開発者

When GitHub Actions fails, fetch failing job logs and assign each failing job to a separate subagent that fixes its slice of the problem in parallel. Use for multi-job CI failures where jobs are independent.

2026-06-24
parallel-code-review
ソフトウェア品質保証アナリスト・テスター

Run four parallel read-only subagents that each review the same diff from a different lens — security, performance, correctness, and readability — then merge findings into one report. Use before merging large or risky PRs.

2026-06-24
parallel-exploring
ソフトウェア開発者

Explore a large codebase in parallel by launching multiple explore subagents that each investigate a different area simultaneously. Use when onboarding onto a new project, understanding architecture, or investigating a cross-cutting concern.

2026-06-24
parallel-test-fixing
ソフトウェア品質保証アナリスト・テスター

When multiple tests fail, assign each failing test file to a separate subagent that fixes it independently in parallel.

2026-06-24
pr-writer
ソフトウェア開発者

Create, refresh, and rewrite PR titles and descriptions following Sentry conventions. Use when opening a PR, writing or updating a PR title/body/description, refreshing an existing PR after material changes, or preparing branch changes for review.

2026-06-24
このリポジトリの収集済み skills 67 件中、上位 40 件を表示しています。