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

promptless.ai

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

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

이 저장소의 skills

launch-post
시장조사 분석가·마케팅 전문가작가·저자

Write Promptless launch articles by triaging recent changelog entries and writing a focused, single-feature post for each one that meets the bar: significantly improves UX for a non-trivial segment of users, OR adds substantial new capabilities to the Promptless product. Intended to run as a weekly scheduled task — it scans the last 7 days of commits to `src/content/changelog/changelogs/` for newly added entries, decides which (if any) warrant a post, researches the backing PRs in `Promptless/promptless`, and opens one PR per qualifying feature. Use this skill when: - The weekly cron fires ("/launch-post", "run the weekly launch post check") - The user says "any launch posts worth writing this week?" - The user pastes a single changelog entry and asks for a launch post - The user points at a specific feature and asks for a focused post - The user asks to backfill a month of launch posts ("backfill March 2026", "generate launch posts for February") Always triage first — most changelog entries do not warran

2026-07-10
check-broken-links
소프트웨어 품질 보증 분석가·테스터

Crawl a **local** running copy of the docs site and report broken links, redirects, and warnings. Runs `scripts/check_links.py`, which wraps `linkchecker` and parses its CSV output into a terminal summary plus timestamped html and csv reports under `tmp/broken-link-reports/`. This skill is for verifying your own in-progress changes against a local dev server. The full workflow is: install deps → start `npm run dev` in the background → wait for `localhost:4321` to come up → crawl → triage broken rows → stop the dev server. Use this skill when: - The user asks to "check for broken links", "find broken links", "audit links", "run linkchecker", or similar - Verifying internal links after a nav change, redirect tweak, page rename, or content move — before merging - Investigating a reported 404 or redirect chain in local changes Production audits (`https://promptless.ai`) are supported but rare — prefer local so you're testing the diff you're about to ship, not whatever is currently deployed.

2026-06-03
generate-article
작가·저자

Generate a blog article for the Promptless edu campaign. Researches a keyword via web search, writes a publication-ready MDX draft, commits it to a new branch, opens a GitHub PR, and posts the PR link to Slack. Use this skill when: - The user asks to generate, write, or draft a blog article or blog post - The user mentions the "edu campaign" or "content pipeline" - The user wants to create content for a keyword from the keyword list - The user says "generate article", "write a blog post", "new blog draft", or similar Even if the user just says something like "pick a keyword and write an article" or "run the content pipeline", use this skill.

2026-04-09
agent-slack
소프트웨어 개발자

Slack automation CLI for AI agents. Use when: - Reading a Slack message or thread (given a URL or channel+ts) - Browsing recent channel messages / channel history - Downloading Slack attachments (snippets, images, files) to local paths - Searching Slack messages or files - Sending, editing, or deleting a message; adding/removing reactions - Listing channels/conversations; creating channels and inviting users - Fetching a Slack canvas as markdown - Looking up Slack users - Marking channels/DMs as read - Opening DM or group DM channels - Discovering and running Slack workflows Triggers: "slack message", "slack thread", "slack URL", "slack link", "read slack", "reply on slack", "search slack", "channel history", "recent messages", "channel messages", "latest messages", "mark as read", "mark read"

2026-04-01