r/PromptEnginering

▲ 205 r/PromptEnginering+3 crossposts

Uncensored Models

Are there any uncensored models? One of the issues I ran into with llama is that any discussion that sits adjacent to sexual or even political matters is basically blocked. Creative content ideas that walk the line between uncouth and commonly shared experiences/truth cannot even be discussed with the agent. I haven't explored taboo topics like talking about political figures or racism, but the models avoid touchy subjects in general. Has anyone found a solution?

reddit.com
u/Jorvex609 — 12 days ago
▲ 49 r/PromptEnginering+2 crossposts

"When AI agent (Claude Code, Codex, Cursor, OpenCode, or compatible client) encounters an APK, a binary, frontend JS encryption, a CTF challenge, or a pentesting target, this package routes it to right methodology, checks available tools, executes a repeatable workflow instead of guessing commands."

https://github.com/zhaoxuya520/reverse-skill

Community Overview: https://lifehubber.com/ai/resources/reverse-skill/

Resources are shared for discovery and are not independently vetted—please do your own due diligence.

New resources are added regularly — feel free to join the sub for updates.

Full searchable archive of all resources posted so far on our community site, LifeHubber: https://lifehubber.com/ai/resources/ 200+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Kissthislilstar — 8 days ago
▲ 234 r/PromptEnginering+1 crossposts

DeepSeek “significant increase” for API pricing. It was too good to be true.

We already saw it with inworld tts, now it’s time for DeepSeek’s value capture. Thank you for all of your data and good publicity, we will now be significantly increasing cost.

u/Kissthislilstar — 12 days ago
▲ 116 r/PromptEnginering+2 crossposts

Antigravity CLI Commands Cheat Sheet

>This is taken from the following tweet: https://x.com/googleaidevs/status/2085468449145544780

We’ve put together this cheat sheet of essential slash commands to help you navigate, customize, and execute tasks faster than ever in Google @Antigravity. Whether you're setting up background tasks, tweaking your workspace utilities, or diving into deep research with subagents, these commands will help improve your daily workflow.

🔖 Bookmark this list to save time later.

Planning & Execution

  • /fast: Agent will execute tasks directly. Use for simple tasks that can be completed faster.
  • /goal: Run until the specified goal is completely finished.
  • /grill-me: Interview me to align on a plan.
  • /planning: Agent can plan before executing tasks. Use for deep research, complex tasks, or collaborative work.
  • /schedule: Run an instruction on a recurring schedule or as a one-time timer.

Customizations & Rules

  • /hooks: Manage hook configurations for tool events.
  • /keybindings: Set custom keybindings.
  • /learn: Reflect on recent successes or corrections to capture reusable skills or rules.
  • /mcp: Manage MCP servers.
  • /permissions: Manage tool permissions.
  • /skills: List available skills.

Subagents & Tasks

  • /agents: List available custom agents.
  • /tasks: View background tasks.
  • /teamwork-preview: Invoke a team of agents to autonomously tackle large projects. (Only available for Google AI Ultra subscription)

Workspace Utilities

  • /add-dir: Add a directory to the workspace.
  • /antigravity-guide: Provides a comprehensive guide, quick reference, and sitemap for Google Antigravity.
  • /artifact: View and review artifacts.
  • /btw: Ask a side question without interrupting the current task.
  • /changelog: Show release notes and changes.
  • /clear: Clear conversation and start a new one (alias: /new).
  • /codesearch: Search your entire codebase with live streaming results.
  • /config: Open settings panel (alias: /settings).
  • /context: Visualize current context usage.
  • /copy: Copy the last planner response to the clipboard (may require allowing clipboard access).
  • /credits: Displays third-party software licenses and attributions.
  • /diff: View uncommitted changes and per-turn diffs.
  • /effort: Adjust reasoning level to balance speed and depth.
  • /exit: Exit the CLI (alias: /quit).
  • /feedback: Submit qualitative feedback to improve the agent.
  • /fork: Create a branch of the current conversation at this point (alias: /branch).
  • /help: Show available commands and keybindings.
  • /logout: Log out.
  • /model: Set a model.
  • /open: Open a file or view opened/edited files.
  • /rename: Renames the active conversation thread.
  • /resume: Browse and resume past conversations (aliases: /switch, /conversation).
  • /rewind: Rewind conversation to a previous message (alias: /undo).
  • /statusline: Toggle the statusline.
  • /title: Toggle custom terminal window title.
  • /usage: View model quota usage (alias: /quota).

Get started with Antigravity: https://antigravity.google/

reddit.com
u/Kissthislilstar — 12 days ago
▲ 10 r/PromptEnginering+3 crossposts

I built an open-source Claude Code skill for brand & visual identity — and it's honest about what it can't do

This started as me trying to teach Claude to do proper brand work instead of jumping

straight to "pick some colours". It grew into a full skill and I've open-sourced it (MIT).

What it does — in order, because the order is the point:

brief → mood board & art direction (hard gate) → logo → colour → type → pattern →

mockups → guidelines. Every visual choice has to trace back to something in the brief.

A few things I think are actually useful:

- It drafts answers for you instead of asking blank questions. You react, you don't

compose. Turns out that's the whole game — people can't answer "what are your values"

but can correct a guess in seconds.

- The palette isn't picked because it looks nice. It's derived from your audience, your

stated feelings, and what your competitors already own.

- There's a colour-blindness + contrast checker that caught two failures I could not

see by eye — a 2.44:1 pairing that looks fine on a good monitor, and two colours that

become identical under protanopia.

What it does NOT do: draw your logo. I tested it hard and model-generated SVG marks just

aren't good enough yet — so it prepares everything and hands the drawing to you.

It's bilingual (built and tested in Arabic and English). Every rule in it came from a

real failure — I documented the seven the test run found.

Repo + writeup: https://github.com/Abdallah-Abu-Oliam/visual-identity-design-skill

Genuinely after feedback — if you run it on something real, I want to know what broke.

u/Smart-Photograph-219 — 13 days ago