원클릭으로
hackernews
Search Hacker News for relevant tech discussions, product launches, and engagement opportunities using the public Algolia API.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search Hacker News for relevant tech discussions, product launches, and engagement opportunities using the public Algolia API.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Eliminate AI-sounding patterns from any written output. Applies editorial rules synthesized from the best open-source anti-slop tools: banned phrases, structural pattern detection, false agency checks, and a scoring rubric. Use as a quality gate for ANY content — blog posts, social media, emails, documentation, marketing copy. Triggers on: "make it sound human", "less AI", "remove slop", "humanize this", "doesn't sound natural", "too AI", "rewrite naturally", or when reviewing any AI-generated text before publishing.
AWS Bedrock AgentCore comprehensive expert for deploying and managing all AgentCore services. Use when working with Gateway, Runtime, Memory, Identity, or any AgentCore component. Covers MCP target deployment, credential management, schema optimization, runtime configuration, memory management, and identity services.
AWS Cloud Development Kit (CDK) expert for building cloud infrastructure with TypeScript/Python. Use when creating CDK stacks, defining CDK constructs, implementing infrastructure as code, or when the user mentions CDK, CloudFormation, IaC, cdk synth, cdk deploy, or wants to define AWS infrastructure programmatically. Covers CDK app structure, construct patterns, stack composition, and deployment workflows.
This skill provides AWS cost optimization, monitoring, and operational best practices with integrated MCP servers for billing analysis, cost estimation, observability, and security assessment.
AWS serverless and event-driven architecture expert based on Well-Architected Framework. Use when building serverless APIs, Lambda functions, REST APIs, microservices, or async workflows. Covers Lambda with TypeScript/Python, API Gateway (REST/HTTP), DynamoDB, Step Functions, EventBridge, SQS, SNS, and serverless patterns. Essential when user mentions serverless, Lambda, API Gateway, event-driven, async processing, queues, pub/sub, or wants to build scalable serverless applications with AWS best practices.
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems. Use when building, optimizing, or debugging agent systems that require effective context management.
| name | hackernews |
| description | Search Hacker News for relevant tech discussions, product launches, and engagement opportunities using the public Algolia API. |
| allowed-tools | Bash, Read, Write, WebSearch, WebFetch |
Find relevant Hacker News discussions and draft helpful responses that position TeamDay naturally.
bun .claude/skills/hackernews/scripts/hn-search.ts "<query>" [options]
| Option | Default | Description |
|---|---|---|
--sort=VALUE | popularity | popularity, date |
--time=VALUE | week | day, week, month, year, all |
--limit=N | 25 | Number of results (max 100) |
--type=VALUE | story | story, comment, all |
bun .claude/skills/hackernews/scripts/hn-thread.ts "<item_id>" [--depth=N]
Fetches the full post body and comment tree. Use this to understand the conversation before drafting a response.
These topics are most relevant to TeamDay's domain on Hacker News:
| Topic | Relevance | Search Queries |
|---|---|---|
| AI Agents | Core | "ai agents", "ai agent framework", "autonomous agent" |
| Claude / Anthropic | Core | "claude code", "claude agent", "anthropic", "claude sdk" |
| MCP Protocol | Core | "mcp server", "model context protocol", "mcp tools" |
| AI Dev Tools | High | "ai coding", "ai developer tools", "copilot alternative" |
| LLM Applications | High | "llm application", "llm production", "ai workflow" |
| Startups / SaaS | Medium | "ai startup", "saas ai", "ai product launch" |
| Show HN | High | "Show HN" posts about AI tools (engagement goldmine) |
Run targeted searches across Hacker News:
# Broad search for AI agent discussions
bun .claude/skills/hackernews/scripts/hn-search.ts "ai agents" --sort=date --time=week
# Technical discussions about Claude and MCP
bun .claude/skills/hackernews/scripts/hn-search.ts "claude code" --sort=date --time=week
# Show HN posts — prime engagement opportunities
bun .claude/skills/hackernews/scripts/hn-search.ts "Show HN ai" --sort=date --time=week
# Comments discussing pain points
bun .claude/skills/hackernews/scripts/hn-search.ts "ai automation" --type=comment --sort=date
High-value threads (prioritize):
Skip these:
bun .claude/skills/hackernews/scripts/hn-thread.ts "12345678"
Understand:
HN Tone Guidelines (CRITICAL — HN is different from Reddit):
Save engagement reports to track what's been done:
# Save to docs
Write to: docs/hackernews/YYYY-MM-DD-hn-engagement.md
The HN Algolia API is generous — approximately 10,000 requests per hour with no authentication required. Rate limiting is unlikely to be an issue for normal usage.